|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoveMethodType<T>
This interface defines the contract for the remove-methodType
xsd type
Method Summary | |
---|---|
NamedMethodType<RemoveMethodType<T>> |
beanMethod()
If not already created, a new bean-method element will be created and returned. |
java.lang.Boolean |
isRetainIfException()
Returns the retain-if-exception element |
RemoveMethodType<T> |
removeBeanMethod()
Removes the bean-method element |
RemoveMethodType<T> |
removeRetainIfException()
Removes the retain-if-exception element |
RemoveMethodType<T> |
setRetainIfException(java.lang.Boolean retainIfException)
If not already created, a new retain-if-exception element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
RemoveMethodType<T> removeBeanMethod()
bean-method
element
RemoveMethodType
NamedMethodType<RemoveMethodType<T>> beanMethod()
bean-method
element will be created and returned.
Otherwise, the existing bean-method
element will be returned.
bean-method
RemoveMethodType<T> setRetainIfException(java.lang.Boolean retainIfException)
retain-if-exception
element with the given value will be created.
Otherwise, the existing retain-if-exception
element will be updated with the given value.
RemoveMethodType
RemoveMethodType<T> removeRetainIfException()
retain-if-exception
element
RemoveMethodType
java.lang.Boolean isRetainIfException()
retain-if-exception
element
retain-if-exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |