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