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