Uses of Class
org.jboss.shrinkwrap.descriptor.api.javaee5.GenericBooleanType

Packages that use GenericBooleanType
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema javaee_5.xsd 
 

Uses of GenericBooleanType in org.jboss.shrinkwrap.descriptor.api.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return GenericBooleanType
static GenericBooleanType GenericBooleanType.getFromStringValue(java.lang.String value)
           
static GenericBooleanType GenericBooleanType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenericBooleanType[] GenericBooleanType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.