
public enum ExpandedValue extends Enum<ExpandedValue> implements AriaAttributeType
| Modifier and Type | Method and Description |
|---|---|
String |
getAriaValue() |
static ExpandedValue |
of(boolean value)
Gets the enum constant corresponding to
value for the token type
ExpandedValue. |
static ExpandedValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpandedValue[] |
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$isInstancepublic static final ExpandedValue TRUE
public static final ExpandedValue FALSE
public static final ExpandedValue UNDEFINED
public static ExpandedValue[] values()
for (ExpandedValue c : ExpandedValue.values()) System.out.println(c);
public static ExpandedValue 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 static ExpandedValue of(boolean value)
value for the token type
ExpandedValue.value - Boolean value for which we want to get the corresponding enum constant.public String getAriaValue()
getAriaValue in interface AriaAttributeTypeCopyright © 2018. All rights reserved.