|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorLevel | |
|---|---|
| org.kuali.rice.kns.datadictionary.validation | Data Dictionary validation objects. |
| org.kuali.rice.kns.datadictionary.validation.result | |
| Uses of ErrorLevel in org.kuali.rice.kns.datadictionary.validation |
|---|
| Methods in org.kuali.rice.kns.datadictionary.validation that return ErrorLevel | |
|---|---|
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. |
| Methods in org.kuali.rice.kns.datadictionary.validation with parameters of type ErrorLevel | |
|---|---|
static ErrorLevel |
ErrorLevel.max(ErrorLevel e1,
ErrorLevel e2)
|
static ErrorLevel |
ErrorLevel.min(ErrorLevel e1,
ErrorLevel e2)
|
| Uses of ErrorLevel in org.kuali.rice.kns.datadictionary.validation.result |
|---|
| Methods in org.kuali.rice.kns.datadictionary.validation.result that return ErrorLevel | |
|---|---|
ErrorLevel |
DictionaryValidationResult.getErrorLevel()
|
ErrorLevel |
ConstraintValidationResult.getStatus()
|
| Methods in org.kuali.rice.kns.datadictionary.validation.result with parameters of type ErrorLevel | |
|---|---|
void |
DictionaryValidationResult.setErrorLevel(ErrorLevel errorLevel)
|
void |
ConstraintValidationResult.setStatus(ErrorLevel level)
|
| Constructors in org.kuali.rice.kns.datadictionary.validation.result with parameters of type ErrorLevel | |
|---|---|
ConstraintValidationResult(String constraintName,
ErrorLevel level)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||