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