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