org.jboss.shrinkwrap.descriptor.api.ejbjar31
Interface MethodParamsType<T>

All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Child<T>
All Known Implementing Classes:
MethodParamsTypeImpl

public interface MethodParamsType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>

This interface defines the contract for the method-paramsType xsd type

Original Documentation:



The method-paramsType defines a list of the
fully-qualified Java type names of the method parameters.


Since:
Generation date :2011-07-19T22:55:02.759+02:00
Author:
Ralf Battenfeld

Method Summary
 java.util.List<java.lang.String> getMethodParamList()
          Returns all method-param elements
 MethodParamsType<T> removeAllMethodParam()
          Removes the method-param element
 MethodParamsType<T> setMethodParam(java.lang.String methodParam)
          Creates a new method-param element
 MethodParamsType<T> setMethodParamList(java.lang.String... values)
          Creates for all String objects representing method-param elements, a new method-param element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

setMethodParam

MethodParamsType<T> setMethodParam(java.lang.String methodParam)
Creates a new method-param element

Returns:
the current instance of MethodParamsType

setMethodParamList

MethodParamsType<T> setMethodParamList(java.lang.String... values)
Creates for all String objects representing method-param elements, a new method-param element

Parameters:
list - of method-param objects
Returns:
the current instance of MethodParamsType

removeAllMethodParam

MethodParamsType<T> removeAllMethodParam()
Removes the method-param element

Returns:
the current instance of MethodParamsType

getMethodParamList

java.util.List<java.lang.String> getMethodParamList()
Returns all method-param elements

Returns:
list of method-param