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

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

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

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

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