Uses of Class
org.eclipse.modisco.jee.webapp.webapp24.GenericBooleanTypeBase

Packages that use GenericBooleanTypeBase
org.eclipse.modisco.jee.webapp.webapp24   
 

Uses of GenericBooleanTypeBase in org.eclipse.modisco.jee.webapp.webapp24
 

Fields in org.eclipse.modisco.jee.webapp.webapp24 with type parameters of type GenericBooleanTypeBase
static java.util.List<GenericBooleanTypeBase> GenericBooleanTypeBase.VALUES
          A public read-only list of all the 'Generic Boolean Type Base' enumerators.
 

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