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