public static enum SimpleOnDragListener.PreferenceType extends Enum<SimpleOnDragListener.PreferenceType>
| Modifier and Type | Method and Description |
|---|---|
static SimpleOnDragListener.PreferenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleOnDragListener.PreferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleOnDragListener.PreferenceType angle
public static final SimpleOnDragListener.PreferenceType distance
public static final SimpleOnDragListener.PreferenceType duration
public static SimpleOnDragListener.PreferenceType[] values()
for (SimpleOnDragListener.PreferenceType c : SimpleOnDragListener.PreferenceType.values()) System.out.println(c);
public static SimpleOnDragListener.PreferenceType 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 nullCopyright © 2015 se.solovyev. All Rights Reserved.