public static enum EJBResponse.Time extends Enum<EJBResponse.Time>
| Enum Constant and Description |
|---|
CONTAINER |
DESERIALIZATION |
SERIALIZATION |
TOTAL |
| Modifier and Type | Method and Description |
|---|---|
static EJBResponse.Time |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.