Uses of Class
org.eclipse.modisco.jee.ejbjar.EjbJar31.ConcurrencyManagementTypeTypeBase

Packages that use ConcurrencyManagementTypeTypeBase
org.eclipse.modisco.jee.ejbjar.EjbJar31   
 

Uses of ConcurrencyManagementTypeTypeBase in org.eclipse.modisco.jee.ejbjar.EjbJar31
 

Fields in org.eclipse.modisco.jee.ejbjar.EjbJar31 with type parameters of type ConcurrencyManagementTypeTypeBase
static java.util.List<ConcurrencyManagementTypeTypeBase> ConcurrencyManagementTypeTypeBase.VALUES
          A public read-only list of all the 'Concurrency Management Type Type Base' enumerators.
 

Methods in org.eclipse.modisco.jee.ejbjar.EjbJar31 that return ConcurrencyManagementTypeTypeBase
static ConcurrencyManagementTypeTypeBase ConcurrencyManagementTypeTypeBase.get(int value)
          Returns the 'Concurrency Management Type Type Base' literal with the specified integer value.
static ConcurrencyManagementTypeTypeBase ConcurrencyManagementTypeTypeBase.get(java.lang.String literal)
          Returns the 'Concurrency Management Type Type Base' literal with the specified literal value.
static ConcurrencyManagementTypeTypeBase ConcurrencyManagementTypeTypeBase.getByName(java.lang.String name)
          Returns the 'Concurrency Management Type Type Base' literal with the specified name.
static ConcurrencyManagementTypeTypeBase ConcurrencyManagementTypeTypeBase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConcurrencyManagementTypeTypeBase[] ConcurrencyManagementTypeTypeBase.values()
          Returns an array containing the constants of this enum type, in the order they're declared.