public static enum CuboidClipboard.FlipDirection extends java.lang.Enum<CuboidClipboard.FlipDirection>
Enum Constant and Description |
---|
NORTH_SOUTH |
UP_DOWN |
WEST_EAST |
Modifier and Type | Method and Description |
---|---|
static CuboidClipboard.FlipDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CuboidClipboard.FlipDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CuboidClipboard.FlipDirection NORTH_SOUTH
public static final CuboidClipboard.FlipDirection WEST_EAST
public static final CuboidClipboard.FlipDirection UP_DOWN
public static CuboidClipboard.FlipDirection[] values()
for (CuboidClipboard.FlipDirection c : CuboidClipboard.FlipDirection.values()) System.out.println(c);
public static CuboidClipboard.FlipDirection valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null