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

Packages that use GenericBooleanType
org.jboss.shrinkwrap.descriptor.api.application6 Provides the interfaces and enumeration types as defined in the schema application_6.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.application6 Provides the implementation classes as defined in the schema application_6.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return GenericBooleanType
 GenericBooleanType ApplicationType.getInitializeInOrder()
          Returns the initialize-in-order element
 GenericBooleanType Application6Descriptor.getInitializeInOrder()
          Returns the initialize-in-order element
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 with parameters of type GenericBooleanType
 ApplicationType<T> ApplicationType.setInitializeInOrder(GenericBooleanType initializeInOrder)
          If not already created, a new initialize-in-order element with the given value will be created.
 Application6Descriptor Application6Descriptor.setInitializeInOrder(GenericBooleanType initializeInOrder)
          If not already created, a new initialize-in-order element with the given value will be created.
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 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.
 

Uses of GenericBooleanType in org.jboss.shrinkwrap.descriptor.impl.application6
 

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 that return GenericBooleanType
 GenericBooleanType Application6DescriptorImpl.getInitializeInOrder()
          Returns the initialize-in-order element
 GenericBooleanType ApplicationTypeImpl.getInitializeInOrder()
          Returns the initialize-in-order element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.application6 with parameters of type GenericBooleanType
 Application6Descriptor Application6DescriptorImpl.setInitializeInOrder(GenericBooleanType initializeInOrder)
          If not already created, a new initialize-in-order element with the given value will be created.
 ApplicationType<T> ApplicationTypeImpl.setInitializeInOrder(GenericBooleanType initializeInOrder)
          If not already created, a new initialize-in-order element with the given value will be created.