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