public static enum ChatLine.Status extends java.lang.Enum<ChatLine.Status>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
cotType |
| Modifier and Type | Method and Description |
|---|---|
static ChatLine.Status |
forCotType(java.lang.String type) |
static ChatLine.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChatLine.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChatLine.Status NONE
public static final ChatLine.Status DELIVERED
public static final ChatLine.Status READ
public static ChatLine.Status[] values()
for (ChatLine.Status c : ChatLine.Status.values()) System.out.println(c);
public static ChatLine.Status 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 nullpublic static ChatLine.Status forCotType(java.lang.String type)