public enum SignOffReasonCode extends java.lang.Enum<SignOffReasonCode>
| Enum Constant and Description |
|---|
INVALIDATE_TOKEN |
MAINTENANCE_BREAK |
RECONNECT |
SUBSCRIPTION_CHANGED |
UNDEFINED |
UNREGISTER |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static SignOffReasonCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SignOffReasonCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignOffReasonCode INVALIDATE_TOKEN
public static final SignOffReasonCode MAINTENANCE_BREAK
public static final SignOffReasonCode RECONNECT
public static final SignOffReasonCode SUBSCRIPTION_CHANGED
public static final SignOffReasonCode UNDEFINED
public static final SignOffReasonCode UNREGISTER
public static SignOffReasonCode[] values()
for (SignOffReasonCode c : SignOffReasonCode.values()) System.out.println(c);
public static SignOffReasonCode 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 nullpublic int getCode()