java.io.Serializable
, java.lang.Comparable<SipletInterface.WSState>
public static enum SipletInterface.WSState extends java.lang.Enum<SipletInterface.WSState>
Modifier and Type | Method | Description |
---|---|---|
static SipletInterface.WSState |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SipletInterface.WSState[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SipletInterface.WSState S0
public static final SipletInterface.WSState P1
public static final SipletInterface.WSState PX
public static final SipletInterface.WSState M1
public static final SipletInterface.WSState M2
public static final SipletInterface.WSState M3
public static final SipletInterface.WSState M4
public static final SipletInterface.WSState PAYLOAD
public static SipletInterface.WSState[] values()
for (SipletInterface.WSState c : SipletInterface.WSState.values()) System.out.println(c);
public static SipletInterface.WSState 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