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 ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
 

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return MethodParamsType
 MethodParamsType<NamedMethodType<T>> NamedMethodTypeImpl.methodParams()
          If not already created, a new method-params element will be created and returned.
 MethodParamsType<QueryMethodType<T>> QueryMethodTypeImpl.methodParams()
          If not already created, a new method-params element will be created and returned.
 MethodParamsType<MethodType<T>> MethodTypeImpl.methodParams()
          If not already created, a new method-params element will be created and returned.
 MethodParamsType<T> MethodParamsTypeImpl.removeAllMethodParam()
          Removes the method-param element
 MethodParamsType<T> MethodParamsTypeImpl.setMethodParam(java.lang.String methodParam)
          Creates a new method-param element
 MethodParamsType<T> MethodParamsTypeImpl.setMethodParamList(java.lang.String... values)
          Creates for all String objects representing method-param elements, a new method-param element