ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
 

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 ApplicationDescriptor.getInitializeInOrder()
          Returns the initialize-in-order element
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 with parameters of type GenericBooleanType
 ApplicationType<T> ApplicationType.initializeInOrder(GenericBooleanType initializeInOrder)
          Sets the initialize-in-order element
 ApplicationDescriptor ApplicationDescriptor.initializeInOrder(GenericBooleanType initializeInOrder)
          Sets the initialize-in-order element
 

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(String value)
           
static GenericBooleanType GenericBooleanType.valueOf(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.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.