|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodAttributesType<T>
This interface defines the contract for the method-attributesType
xsd type
Method Summary | |
---|---|
MethodType<MethodAttributesType<T>> |
createMethod()
Creates a new method element |
List<MethodType<MethodAttributesType<T>>> |
getAllMethod()
Returns all method elements |
String |
getId()
Returns the id attribute |
MethodType<MethodAttributesType<T>> |
getOrCreateMethod()
If not already created, a new method element will be created and returned. |
MethodAttributesType<T> |
id(String id)
Sets the id attribute |
MethodAttributesType<T> |
removeAllMethod()
Removes all method elements |
MethodAttributesType<T> |
removeId()
Removes the id attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
MethodType<MethodAttributesType<T>> getOrCreateMethod()
method
element will be created and returned.
Otherwise, the first existing method
element will be returned.
method
MethodType<MethodAttributesType<T>> createMethod()
method
element
MethodType>
List<MethodType<MethodAttributesType<T>>> getAllMethod()
method
elements
method
MethodAttributesType<T> removeAllMethod()
method
elements
MethodType>
MethodAttributesType<T> id(String id)
id
attribute
id
- the value for the attribute id
MethodAttributesType
String getId()
id
attribute
id
MethodAttributesType<T> removeId()
id
attribute
MethodAttributesType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |