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

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

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

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

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



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