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