public static enum DraggableBehavior.DragRevertMode extends Enum<DraggableBehavior.DragRevertMode>
Modifier and Type | Method and Description |
---|---|
Boolean |
getBooleanValue() |
String |
getValue() |
String |
toString() |
static DraggableBehavior.DragRevertMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DraggableBehavior.DragRevertMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DraggableBehavior.DragRevertMode NEVER
public static final DraggableBehavior.DragRevertMode ALWAYS
public static final DraggableBehavior.DragRevertMode VALID
public static final DraggableBehavior.DragRevertMode INVALID
public static DraggableBehavior.DragRevertMode[] values()
for (DraggableBehavior.DragRevertMode c : DraggableBehavior.DragRevertMode.values()) System.out.println(c);
public static DraggableBehavior.DragRevertMode 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 getValue()
public Boolean getBooleanValue()
public String toString()
toString
in class Enum<DraggableBehavior.DragRevertMode>
Copyright © 2015. All rights reserved.