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

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

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

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

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