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