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