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

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

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

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

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