public static enum EtContainer.MethodType extends java.lang.Enum<EtContainer.MethodType>
Enum Constant and Description |
---|
DUMP |
DUMP_LOCAL |
GET |
GET_LOCAL |
NEW |
NEW_LOCAL |
PUT |
PUT_LOCAL |
Modifier and Type | Method and Description |
---|---|
static EtContainer.MethodType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EtContainer.MethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EtContainer.MethodType NEW
public static final EtContainer.MethodType NEW_LOCAL
public static final EtContainer.MethodType GET
public static final EtContainer.MethodType GET_LOCAL
public static final EtContainer.MethodType PUT
public static final EtContainer.MethodType PUT_LOCAL
public static final EtContainer.MethodType DUMP
public static final EtContainer.MethodType DUMP_LOCAL
public static EtContainer.MethodType[] values()
for (EtContainer.MethodType c : EtContainer.MethodType.values()) System.out.println(c);
public static EtContainer.MethodType 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