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 
org.jboss.shrinkwrap.descriptor.api.jbossweb60 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.
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return GenericBooleanType
 GenericBooleanType JbossWebType.getJaccStarRoleAllow()
          Returns the jacc-star-role-allow element
 GenericBooleanType JbossWebDescriptor.getJaccStarRoleAllow()
          Returns the jacc-star-role-allow element
 GenericBooleanType ReplicationConfigType.getUseJk()
          Returns the use-jk element
 GenericBooleanType JbossWebType.getUseSessionCookies()
          Returns the use-session-cookies element
 GenericBooleanType JbossWebDescriptor.getUseSessionCookies()
          Returns the use-session-cookies element
 GenericBooleanType PassivationConfigType.getUseSessionPassivation()
          Returns the use-session-passivation element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 with parameters of type GenericBooleanType
 JbossWebType<T> JbossWebType.jaccStarRoleAllow(GenericBooleanType jaccStarRoleAllow)
          Sets the jacc-star-role-allow element
 JbossWebDescriptor JbossWebDescriptor.jaccStarRoleAllow(GenericBooleanType jaccStarRoleAllow)
          Sets the jacc-star-role-allow element
 ReplicationConfigType<T> ReplicationConfigType.useJk(GenericBooleanType useJk)
          Sets the use-jk element
 JbossWebType<T> JbossWebType.useSessionCookies(GenericBooleanType useSessionCookies)
          Sets the use-session-cookies element
 JbossWebDescriptor JbossWebDescriptor.useSessionCookies(GenericBooleanType useSessionCookies)
          Sets the use-session-cookies element
 PassivationConfigType<T> PassivationConfigType.useSessionPassivation(GenericBooleanType useSessionPassivation)
          Sets the use-session-passivation element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.