public interface MethodParamsType<T> extends Child<T>
method-paramsType xsd type| Modifier 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 objectsMethodParamsTypeList<String> getAllMethodParam()
method-param elementsmethod-paramMethodParamsType<T> removeAllMethodParam()
method-param elementMethodParamsTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.