public enum RequestMethodCode extends java.lang.Enum<RequestMethodCode>
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static RequestMethodCode |
valueOf(int key) |
static RequestMethodCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestMethodCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestMethodCode EJB_HOME_GET_EJB_META_DATA
public static final RequestMethodCode EJB_HOME_GET_HOME_HANDLE
public static final RequestMethodCode EJB_HOME_REMOVE_BY_HANDLE
public static final RequestMethodCode EJB_HOME_REMOVE_BY_PKEY
public static final RequestMethodCode EJB_HOME_FIND
public static final RequestMethodCode EJB_HOME_CREATE
public static final RequestMethodCode EJB_OBJECT_GET_EJB_HOME
public static final RequestMethodCode EJB_OBJECT_GET_HANDLE
public static final RequestMethodCode EJB_OBJECT_GET_PRIMARY_KEY
public static final RequestMethodCode EJB_OBJECT_IS_IDENTICAL
public static final RequestMethodCode EJB_OBJECT_REMOVE
public static final RequestMethodCode EJB_OBJECT_BUSINESS_METHOD
public static final RequestMethodCode EJB_HOME_METHOD
public static final RequestMethodCode JNDI_LOOKUP
public static final RequestMethodCode JNDI_LIST
public static final RequestMethodCode JNDI_LIST_BINDINGS
public static final RequestMethodCode FUTURE_CANCEL
public static RequestMethodCode[] values()
for (RequestMethodCode c : RequestMethodCode.values()) System.out.println(c);
public static RequestMethodCode 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()
public static RequestMethodCode valueOf(int key)