public interface MethodParamsType<T> extends Child<T>
method-paramsType
xsd typeModifier and Type | Method and Description |
---|---|
List<String> |
getAllMethodParam()
Returns all
method-param elements |
MethodParamsType<T> |
methodParam(String... values)
Creates for all String objects representing
method-param elements,
a new method-param element |
MethodParamsType<T> |
removeAllMethodParam()
Removes the
method-param element |
MethodParamsType<T> methodParam(String... values)
method-param
elements,
a new method-param
elementvalues
- list of method-param
objectsMethodParamsType
List<String> getAllMethodParam()
method-param
elementsmethod-param
MethodParamsType<T> removeAllMethodParam()
method-param
elementMethodParamsType
Copyright © 2017 JBoss by Red Hat. All rights reserved.