public enum DropeffectValue extends Enum<DropeffectValue> implements AriaAttributeType
Enum Constant and Description |
---|
COPY |
EXECUTE |
LINK |
MOVE |
NONE |
POPUP |
Modifier and Type | Method and Description |
---|---|
String |
getAriaValue() |
static DropeffectValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DropeffectValue[] |
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 DropeffectValue COPY
public static final DropeffectValue MOVE
public static final DropeffectValue LINK
public static final DropeffectValue EXECUTE
public static final DropeffectValue POPUP
public static final DropeffectValue NONE
public static DropeffectValue[] values()
for (DropeffectValue c : DropeffectValue.values()) System.out.println(c);
public static DropeffectValue 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.