public static enum DraggableRevert.RevertEnum extends Enum<DraggableRevert.RevertEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DraggableRevert.RevertEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DraggableRevert.RevertEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DraggableRevert.RevertEnum VALID
public static final DraggableRevert.RevertEnum INVALID
public static DraggableRevert.RevertEnum[] values()
for (DraggableRevert.RevertEnum c : DraggableRevert.RevertEnum.values()) System.out.println(c);
public static DraggableRevert.RevertEnum 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 toString()
toString in class Enum<DraggableRevert.RevertEnum>Copyright © 2009-2012. All Rights Reserved.