ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2ee14.ParamValueType

Packages that use ParamValueType
org.jboss.shrinkwrap.descriptor.api.j2ee14 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11 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 ParamValueType in org.jboss.shrinkwrap.descriptor.api.j2ee14
 

Methods in org.jboss.shrinkwrap.descriptor.api.j2ee14 that return ParamValueType
 ParamValueType<T> ParamValueType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ParamValueType<T> ParamValueType.paramName(String paramName)
          Sets the param-name element
 ParamValueType<T> ParamValueType.paramValue(String paramValue)
          Sets the param-value element
 ParamValueType<T> ParamValueType.removeAllDescription()
          Removes the description element
 ParamValueType<T> ParamValueType.removeParamName()
          Removes the param-name element
 ParamValueType<T> ParamValueType.removeParamValue()
          Removes the param-value element
 

Uses of ParamValueType in org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11
 

Methods in org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11 that return ParamValueType
 ParamValueType<ServiceRefHandlerType<T>> ServiceRefHandlerType.createInitParam()
          Creates a new init-param element
 ParamValueType<ServiceRefHandlerType<T>> ServiceRefHandlerType.getOrCreateInitParam()
          If not already created, a new init-param element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11 that return types with arguments of type ParamValueType
 List<ParamValueType<ServiceRefHandlerType<T>>> ServiceRefHandlerType.getAllInitParam()
          Returns all init-param elements
 

Uses of ParamValueType in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 that return ParamValueType
 ParamValueType<ValidatorType<T>> ValidatorType.createInitParam()
          Creates a new init-param element
 ParamValueType<ValidatorType<T>> ValidatorType.getOrCreateInitParam()
          If not already created, a new init-param element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 that return types with arguments of type ParamValueType
 List<ParamValueType<ValidatorType<T>>> ValidatorType.getAllInitParam()
          Returns all init-param elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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