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