public static enum Validator.HighlightMode extends Enum<Validator.HighlightMode>
Enum Constant and Description |
---|
EMBLEM |
NONE |
UIID |
UIID_AND_EMBLEM |
Modifier and Type | Method and Description |
---|---|
static Validator.HighlightMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Validator.HighlightMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, getDeclaringClass, getEnumValues, hashCode, name, ordinal, setEnumValues, toString, valueOf
public static final Validator.HighlightMode UIID
public static final Validator.HighlightMode EMBLEM
public static final Validator.HighlightMode UIID_AND_EMBLEM
public static final Validator.HighlightMode NONE
public static Validator.HighlightMode[] values()
for (Validator.HighlightMode c : Validator.HighlightMode.values()) System.out.println(c);
public static Validator.HighlightMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null