|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Actions>
org.starhope.rahab.util.Actions
public enum Actions
WRITEME: Document this type. twheys@gmail.com Dec 30, 2009
Enum Constant Summary | |
---|---|
ban
WRITEME |
|
join
WRITEME |
|
kick
WRITEME |
|
mail
WRITEME |
|
mod
WRITEME |
|
Oops
WRITEME |
|
part
WRITEME |
|
post
WRITEME |
|
REDLIST
WRITEME |
|
reporting
WRITEME |
|
said
WRITEME |
|
warn
WRITEME |
Method Summary | |
---|---|
static Actions |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Actions[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Actions ban
public static final Actions join
public static final Actions kick
public static final Actions mail
public static final Actions mod
public static final Actions Oops
public static final Actions part
public static final Actions post
public static final Actions REDLIST
public static final Actions reporting
public static final Actions said
public static final Actions warn
Method Detail |
---|
public static Actions[] values()
for (Actions c : Actions.values()) System.out.println(c);
public static Actions valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |