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