Uses of Class
org.eclipse.modisco.jee.ejbjar.EjbJar21.PersistenceTypeTypeBase

Packages that use PersistenceTypeTypeBase
org.eclipse.modisco.jee.ejbjar.EjbJar21   
 

Uses of PersistenceTypeTypeBase in org.eclipse.modisco.jee.ejbjar.EjbJar21
 

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

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