
public enum GrabbedValue extends Enum<GrabbedValue> implements AriaAttributeType
| Modifier and Type | Method and Description |
|---|---|
String |
getAriaValue() |
static GrabbedValue |
of(boolean value)
Gets the enum constant corresponding to
value for the token type
GrabbedValue. |
static GrabbedValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrabbedValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, createValueOfMap, equals, getDeclaringClass, hashCode, name, obfuscatedName, ordinal, toString, valueOf, valueOfpublic static final GrabbedValue TRUE
public static final GrabbedValue FALSE
public static final GrabbedValue UNDEFINED
public static GrabbedValue[] values()
for (GrabbedValue c : GrabbedValue.values()) System.out.println(c);
public static GrabbedValue 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 GrabbedValue of(boolean value)
value for the token type
GrabbedValue.value - Boolean value for which we want to get the corresponding enum constant.public String getAriaValue()
getAriaValue in interface AriaAttributeTypeCopyright © 2018. All rights reserved.