java.io.Serializable
, java.lang.Comparable<Listen.STATTYPE>
protected static enum Listen.STATTYPE extends java.lang.Enum<Listen.STATTYPE>
Enum Constant | Description |
---|---|
ABILITY |
|
AREA |
|
CHANNEL |
|
ITEM |
|
LOGINS |
|
MOB |
|
OTHERSCODE |
|
OTHERSMASK |
|
PLAYER |
|
ROOM |
|
SOURCE |
|
SOURCECODE |
|
SOURCEMASK |
|
TARGET |
|
TARGETCODE |
|
TARGETMASK |
|
TOOL |
Modifier and Type | Method | Description |
---|---|---|
static Listen.STATTYPE |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Listen.STATTYPE[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Listen.STATTYPE CHANNEL
public static final Listen.STATTYPE LOGINS
public static final Listen.STATTYPE MOB
public static final Listen.STATTYPE ROOM
public static final Listen.STATTYPE PLAYER
public static final Listen.STATTYPE ABILITY
public static final Listen.STATTYPE ITEM
public static final Listen.STATTYPE TARGET
public static final Listen.STATTYPE SOURCE
public static final Listen.STATTYPE TOOL
public static final Listen.STATTYPE TARGETCODE
public static final Listen.STATTYPE SOURCECODE
public static final Listen.STATTYPE OTHERSCODE
public static final Listen.STATTYPE AREA
public static final Listen.STATTYPE TARGETMASK
public static final Listen.STATTYPE SOURCEMASK
public static final Listen.STATTYPE OTHERSMASK
public static Listen.STATTYPE[] values()
for (Listen.STATTYPE c : Listen.STATTYPE.values()) System.out.println(c);
public static Listen.STATTYPE 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