public static enum SideConfigurator.RelativeFace extends java.lang.Enum<SideConfigurator.RelativeFace>
| Modifier and Type | Field and Description |
|---|---|
static SideConfigurator.RelativeFace[] |
HORIZONTALS |
| Modifier and Type | Method and Description |
|---|---|
static SideConfigurator.RelativeFace |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SideConfigurator.RelativeFace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SideConfigurator.RelativeFace BOTTOM
public static final SideConfigurator.RelativeFace TOP
public static final SideConfigurator.RelativeFace LEFT
public static final SideConfigurator.RelativeFace RIGHT
public static final SideConfigurator.RelativeFace FRONT
public static final SideConfigurator.RelativeFace BACK
public static final SideConfigurator.RelativeFace[] HORIZONTALS
public static SideConfigurator.RelativeFace[] values()
for (SideConfigurator.RelativeFace c : SideConfigurator.RelativeFace.values()) System.out.println(c);
public static SideConfigurator.RelativeFace 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