ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.ejbjar30
Interface RemoveMethodType<T>

All Superinterfaces:
Child<T>

public interface RemoveMethodType<T>
extends Child<T>

This interface defines the contract for the remove-methodType xsd type

Since:
Generation date :2012-05-09T23:45:03.702-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 NamedMethodType<RemoveMethodType<T>> getOrCreateBeanMethod()
          If not already created, a new bean-method element with the given value will be created.
 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> retainIfException(Boolean retainIfException)
          Sets the retain-if-exception element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

getOrCreateBeanMethod

NamedMethodType<RemoveMethodType<T>> getOrCreateBeanMethod()
If not already created, a new bean-method element with the given value will be created. Otherwise, the existing bean-method element will be returned.

Returns:
a new or existing instance of NamedMethodType>

removeBeanMethod

RemoveMethodType<T> removeBeanMethod()
Removes the bean-method element

Returns:
the current instance of RemoveMethodType

retainIfException

RemoveMethodType<T> retainIfException(Boolean retainIfException)
Sets the retain-if-exception element

Parameters:
retainIfException - the value for the element retain-if-exception
Returns:
the current instance of RemoveMethodType

isRetainIfException

Boolean isRetainIfException()
Returns the retain-if-exception element

Returns:
the node defined for the element retain-if-exception

removeRetainIfException

RemoveMethodType<T> removeRetainIfException()
Removes the retain-if-exception element

Returns:
the current instance of RemoveMethodType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.