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