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

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

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

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

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