ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20 that return GenericBooleanType
 GenericBooleanType FaceletTaglibTagAttributeType.getRequired()
          Returns the required element
 

Methods in org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20 with parameters of type GenericBooleanType
 FaceletTaglibTagAttributeType<T> FaceletTaglibTagAttributeType.required(GenericBooleanType required)
          Sets the required element
 

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(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.jsptaglibrary21
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 that return GenericBooleanType
 GenericBooleanType VariableType.getDeclare()
          Returns the declare element
 GenericBooleanType TagType.getDynamicAttributes()
          Returns the dynamic-attributes element
 GenericBooleanType TldAttributeType.getFragment()
          Returns the fragment element
 GenericBooleanType TldAttributeType.getRequired()
          Returns the required element
 GenericBooleanType TldAttributeType.getRtexprvalue()
          Returns the rtexprvalue element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 with parameters of type GenericBooleanType
 VariableType<T> VariableType.declare(GenericBooleanType declare)
          Sets the declare element
 TagType<T> TagType.dynamicAttributes(GenericBooleanType dynamicAttributes)
          Sets the dynamic-attributes element
 TldAttributeType<T> TldAttributeType.fragment(GenericBooleanType fragment)
          Sets the fragment element
 TldAttributeType<T> TldAttributeType.required(GenericBooleanType required)
          Sets the required element
 TldAttributeType<T> TldAttributeType.rtexprvalue(GenericBooleanType rtexprvalue)
          Sets the rtexprvalue element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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