| Package | Description |
|---|---|
| org.jeneva.validation | |
| org.jeneva.validation.impl |
| Modifier and Type | Method and Description |
|---|---|
Severity |
IFailureList.getSeverity()
The highest severity in the list of failures
|
static Severity |
Severity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFailureList.setSeverity(Severity value)
The highest severity in the list of failures
|
| Modifier and Type | Method and Description |
|---|---|
Severity |
FailureList.getSeverity()
Gets the highest severity in the list of failures
|
| Modifier and Type | Method and Description |
|---|---|
void |
FailureList.setSeverity(Severity value)
Sets the highest severity in the list of failures
|