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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return MethodParamsType
 MethodParamsType<MethodType<T>> MethodType.getOrCreateMethodParams()
          If not already created, a new method-params element with the given value will be created.
 MethodParamsType<NamedMethodType<T>> NamedMethodType.getOrCreateMethodParams()
          If not already created, a new method-params element with the given value will be created.
 MethodParamsType<AsyncMethodType<T>> AsyncMethodType.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.id(String id)
          Sets the id attribute
 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
 MethodParamsType<T> MethodParamsType.removeId()
          Removes the id attribute
 



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