public static enum ValidatorConstants.MessageFlavor extends java.lang.Enum<ValidatorConstants.MessageFlavor>
| Enum Constant and Description | 
|---|
DEFAULT  | 
IGNORE_DETAILS  | 
| Modifier and Type | Method and Description | 
|---|---|
static ValidatorConstants.MessageFlavor | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static ValidatorConstants.MessageFlavor[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ValidatorConstants.MessageFlavor DEFAULT
public static final ValidatorConstants.MessageFlavor IGNORE_DETAILS
public static ValidatorConstants.MessageFlavor[] values()
for (ValidatorConstants.MessageFlavor c : ValidatorConstants.MessageFlavor.values()) System.out.println(c);
public static ValidatorConstants.MessageFlavor valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is null