|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationMessage.Type | |
---|---|
com.evolveum.midpoint.common.validator |
Uses of ValidationMessage.Type in com.evolveum.midpoint.common.validator |
---|
Fields in com.evolveum.midpoint.common.validator declared as ValidationMessage.Type | |
---|---|
ValidationMessage.Type |
ValidationMessage.type
|
Methods in com.evolveum.midpoint.common.validator that return ValidationMessage.Type | |
---|---|
ValidationMessage.Type |
ValidationMessage.getType()
Get the value of type |
static ValidationMessage.Type |
ValidationMessage.Type.valueOf(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.common.validator with parameters of type ValidationMessage.Type | |
---|---|
void |
ValidationMessage.setType(ValidationMessage.Type type)
Set the value of type |
Constructors in com.evolveum.midpoint.common.validator with parameters of type ValidationMessage.Type | |
---|---|
ValidationMessage(ValidationMessage.Type type,
String message)
|
|
ValidationMessage(ValidationMessage.Type type,
String message,
String oid,
String name)
|
|
ValidationMessage(ValidationMessage.Type type,
String message,
String oid,
String name,
String property)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |