public enum LiveValue extends Enum<LiveValue> implements AriaAttributeType
Modifier and Type | Method and Description |
---|---|
String |
getAriaValue() |
static LiveValue |
valueOf(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.
|
compareTo, createValueOfMap, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf, valueOf
$isInstance
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(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 nullpublic String getAriaValue()
getAriaValue
in interface AriaAttributeType
Copyright © 2018. All rights reserved.