Package | Description |
---|---|
org.kuali.rice.krad.datadictionary.validation |
Data Dictionary validation objects.
|
org.kuali.rice.krad.datadictionary.validation.result |
Modifier and Type | Method and Description |
---|---|
static ErrorLevel |
ErrorLevel.max(ErrorLevel e1,
ErrorLevel e2) |
static ErrorLevel |
ErrorLevel.min(ErrorLevel e1,
ErrorLevel e2) |
static ErrorLevel |
ErrorLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorLevel[] |
ErrorLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ErrorLevel |
ErrorLevel.max(ErrorLevel e1,
ErrorLevel e2) |
static ErrorLevel |
ErrorLevel.min(ErrorLevel e1,
ErrorLevel e2) |
Modifier and Type | Method and Description |
---|---|
ErrorLevel |
DictionaryValidationResult.getErrorLevel() |
ErrorLevel |
ConstraintValidationResult.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
DictionaryValidationResult.setErrorLevel(ErrorLevel errorLevel) |
void |
ConstraintValidationResult.setStatus(ErrorLevel level) |
Constructor and Description |
---|
ConstraintValidationResult(String constraintName,
ErrorLevel level) |
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.