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

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

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

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

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