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

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

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

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

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