public static enum EjbSessionDescriptor.ConcurrencyManagementType extends Enum<EjbSessionDescriptor.ConcurrencyManagementType>
| Modifier and Type | Method and Description |
|---|---|
static EjbSessionDescriptor.ConcurrencyManagementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EjbSessionDescriptor.ConcurrencyManagementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EjbSessionDescriptor.ConcurrencyManagementType Bean
public static final EjbSessionDescriptor.ConcurrencyManagementType Container
public static EjbSessionDescriptor.ConcurrencyManagementType[] values()
for (EjbSessionDescriptor.ConcurrencyManagementType c : EjbSessionDescriptor.ConcurrencyManagementType.values()) System.out.println(c);
public static EjbSessionDescriptor.ConcurrencyManagementType 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 © 2017. All rights reserved.