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

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

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

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

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