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