Uses of Class
org.eclipse.modisco.jee.ejbjar.EjbJar30.TransactionTypeTypeBase

Packages that use TransactionTypeTypeBase
org.eclipse.modisco.jee.ejbjar.EjbJar30   
 

Uses of TransactionTypeTypeBase in org.eclipse.modisco.jee.ejbjar.EjbJar30
 

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

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