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