|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.ejbjar31.RemoveMethodTypeImpl<T>
public class RemoveMethodTypeImpl<T>
This class implements the remove-methodType
xsd type
Constructor Summary | |
---|---|
RemoveMethodTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
RemoveMethodTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
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. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoveMethodTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public RemoveMethodTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public RemoveMethodType<T> removeBeanMethod()
bean-method
element
removeBeanMethod
in interface RemoveMethodType<T>
RemoveMethodType
public NamedMethodType<RemoveMethodType<T>> beanMethod()
bean-method
element will be created and returned.
Otherwise, the existing bean-method
element will be returned.
beanMethod
in interface RemoveMethodType<T>
bean-method
public 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.
setRetainIfException
in interface RemoveMethodType<T>
RemoveMethodType
public RemoveMethodType<T> removeRetainIfException()
retain-if-exception
element
removeRetainIfException
in interface RemoveMethodType<T>
RemoveMethodType
public java.lang.Boolean isRetainIfException()
retain-if-exception
element
isRetainIfException
in interface RemoveMethodType<T>
retain-if-exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |