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