|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodParamsType<T>
This interface defines the contract for the method-paramsType
xsd type
Method Summary | |
---|---|
List<String> |
getAllMethodParam()
Returns all method-param elements |
String |
getId()
Returns the id attribute |
MethodParamsType<T> |
id(String id)
Sets the id attribute |
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> |
removeId()
Removes the id attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
MethodParamsType<T> methodParam(String... values)
method-param
elements,
a new method-param
element
values
- list of method-param
objects
MethodParamsType
List<String> getAllMethodParam()
method-param
elements
method-param
MethodParamsType<T> removeAllMethodParam()
method-param
element
MethodParamsType
MethodParamsType<T> id(String id)
id
attribute
id
- the value for the attribute id
MethodParamsType
String getId()
id
attribute
id
MethodParamsType<T> removeId()
id
attribute
MethodParamsType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |