|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PreUpdate<T>
This interface defines the contract for the pre-update
xsd type
Method Summary | |
---|---|
PreUpdate<T> |
description(String description)
Sets the description element |
String |
getDescription()
Returns the description element |
String |
getMethodName()
Returns the method-name attribute |
PreUpdate<T> |
methodName(String methodName)
Sets the method-name attribute |
PreUpdate<T> |
removeDescription()
Removes the description element |
PreUpdate<T> |
removeMethodName()
Removes the method-name attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
PreUpdate<T> description(String description)
description
element
description
- the value for the element description
PreUpdate
String getDescription()
description
element
description
PreUpdate<T> removeDescription()
description
element
PreUpdate
PreUpdate<T> methodName(String methodName)
method-name
attribute
methodName
- the value for the attribute method-name
PreUpdate
String getMethodName()
method-name
attribute
method-name
PreUpdate<T> removeMethodName()
method-name
attribute
PreUpdate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |