java.io.Serializable
, java.lang.Comparable<Prop_LocationBound.BoundToType>
protected static enum Prop_LocationBound.BoundToType extends java.lang.Enum<Prop_LocationBound.BoundToType>
Enum Constant | Description |
---|---|
CURRENT_AREA |
|
CURRENT_ROOM |
|
SPECIFIC_AREA |
|
SPECIFIC_ROOM |
Modifier and Type | Method | Description |
---|---|---|
static Prop_LocationBound.BoundToType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Prop_LocationBound.BoundToType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Prop_LocationBound.BoundToType CURRENT_ROOM
public static final Prop_LocationBound.BoundToType CURRENT_AREA
public static final Prop_LocationBound.BoundToType SPECIFIC_ROOM
public static final Prop_LocationBound.BoundToType SPECIFIC_AREA
public static Prop_LocationBound.BoundToType[] values()
for (Prop_LocationBound.BoundToType c : Prop_LocationBound.BoundToType.values()) System.out.println(c);
public static Prop_LocationBound.BoundToType 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