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

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

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

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

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