|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationMessage.Type | |
---|---|
com.evolveum.midpoint.validator |
Uses of ValidationMessage.Type in com.evolveum.midpoint.validator |
---|
Fields in com.evolveum.midpoint.validator declared as ValidationMessage.Type | |
---|---|
ValidationMessage.Type |
ValidationMessage.type
|
Methods in com.evolveum.midpoint.validator that return ValidationMessage.Type | |
---|---|
ValidationMessage.Type |
ValidationMessage.getType()
Get the value of type |
static ValidationMessage.Type |
ValidationMessage.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ValidationMessage.Type[] |
ValidationMessage.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.evolveum.midpoint.validator with parameters of type ValidationMessage.Type | |
---|---|
void |
ValidationMessage.setType(ValidationMessage.Type type)
Set the value of type |
Constructors in com.evolveum.midpoint.validator with parameters of type ValidationMessage.Type | |
---|---|
ValidationMessage(ValidationMessage.Type type,
java.lang.String message)
|
|
ValidationMessage(ValidationMessage.Type type,
java.lang.String message,
java.lang.String oid,
java.lang.String name)
|
|
ValidationMessage(ValidationMessage.Type type,
java.lang.String message,
java.lang.String oid,
java.lang.String name,
java.lang.String property)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |