|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.ejbjar30.MethodParamsTypeImpl<T>
public class MethodParamsTypeImpl<T>
This class implements the method-paramsType
xsd type
Original Documentation:
The method-paramsType defines a list of the
fully-qualified Java type names of the method parameters.
Constructor Summary | |
---|---|
MethodParamsTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
MethodParamsTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
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 |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodParamsTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public MethodParamsTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public MethodParamsType<T> setMethodParam(java.lang.String methodParam)
method-param
element
setMethodParam
in interface MethodParamsType<T>
MethodParamsType
public MethodParamsType<T> setMethodParamList(java.lang.String... values)
method-param
elements,
a new method-param
element
setMethodParamList
in interface MethodParamsType<T>
list
- of method-param
objects
MethodParamsType
public MethodParamsType<T> removeAllMethodParam()
method-param
element
removeAllMethodParam
in interface MethodParamsType<T>
MethodParamsType
public java.util.List<java.lang.String> getMethodParamList()
method-param
elements
getMethodParamList
in interface MethodParamsType<T>
method-param
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |