Uses of Class
org.eclipse.modisco.jee.ejbjar.EjbJar31.ResultTypeMappingTypeBase

Packages that use ResultTypeMappingTypeBase
org.eclipse.modisco.jee.ejbjar.EjbJar31   
 

Uses of ResultTypeMappingTypeBase in org.eclipse.modisco.jee.ejbjar.EjbJar31
 

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

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