public enum AutocompleteValue extends Enum<AutocompleteValue> implements AriaAttributeType
Modifier and Type | Method and Description |
---|---|
String |
getAriaValue() |
static AutocompleteValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutocompleteValue[] |
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, valueOf
public static final AutocompleteValue INLINE
public static final AutocompleteValue LIST
public static final AutocompleteValue BOTH
public static final AutocompleteValue NONE
public static AutocompleteValue[] values()
for (AutocompleteValue c : AutocompleteValue.values()) System.out.println(c);
public static AutocompleteValue 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.