public static enum DraggableConfig.Axis extends Enum<DraggableConfig.Axis>
| Modifier and Type | Method and Description |
|---|---|
String |
value() |
static DraggableConfig.Axis |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DraggableConfig.Axis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DraggableConfig.Axis X
public static final DraggableConfig.Axis Y
public static final DraggableConfig.Axis All
public static DraggableConfig.Axis[] values()
for (DraggableConfig.Axis c : DraggableConfig.Axis.values()) System.out.println(c);
public static DraggableConfig.Axis 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 value()
Copyright © 2013 agilecoders.de. All Rights Reserved.