ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar30.MethodParamsType

Packages that use MethodParamsType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of MethodParamsType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return MethodParamsType
 MethodParamsType<NamedMethodType<T>> NamedMethodType.getOrCreateMethodParams()
          If not already created, a new method-params element with the given value will be created.
 MethodParamsType<MethodType<T>> MethodType.getOrCreateMethodParams()
          If not already created, a new method-params element with the given value will be created.
 MethodParamsType<QueryMethodType<T>> QueryMethodType.getOrCreateMethodParams()
          If not already created, a new method-params element with the given value will be created.
 MethodParamsType<T> MethodParamsType.methodParam(String... values)
          Creates for all String objects representing method-param elements, a new method-param element
 MethodParamsType<T> MethodParamsType.removeAllMethodParam()
          Removes the method-param element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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