public enum InvalidValue extends java.lang.Enum<InvalidValue> implements AriaAttributeType
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAriaValue() |
static InvalidValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InvalidValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvalidValue GRAMMAR
public static final InvalidValue FALSE
public static final InvalidValue SPELLING
public static final InvalidValue TRUE
public static InvalidValue[] values()
for (InvalidValue c : InvalidValue.values()) System.out.println(c);
public static InvalidValue 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 nullpublic java.lang.String getAriaValue()
getAriaValue
in interface AriaAttributeType