| Package | Description |
|---|---|
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Field and Description |
|---|---|
protected EnumPreflightSeverity |
PreflightTest.severity |
protected EnumPreflightSeverity |
PreflightCheck.severity |
| Modifier and Type | Method and Description |
|---|---|
static EnumPreflightSeverity |
EnumPreflightSeverity.fromValue(String v) |
EnumPreflightSeverity |
PreflightTest.getSeverity()
Gets the value of the severity property.
|
EnumPreflightSeverity |
PreflightCheck.getSeverity()
Gets the value of the severity property.
|
static EnumPreflightSeverity |
EnumPreflightSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumPreflightSeverity[] |
EnumPreflightSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreflightTest.setSeverity(EnumPreflightSeverity value)
Sets the value of the severity property.
|
void |
PreflightCheck.setSeverity(EnumPreflightSeverity value)
Sets the value of the severity property.
|
PreflightTest |
PreflightTest.withSeverity(EnumPreflightSeverity value) |
PreflightCheck |
PreflightCheck.withSeverity(EnumPreflightSeverity value) |
Copyright © 2016. All rights reserved.