org.eclipse.modisco.jee.ejbjar.EjbJar31
Interface RemoveMethodType


public interface RemoveMethodType

A representation of the model object 'Remove Method Type'.

The following features are supported:

See Also:
EjbJar31Package.getRemoveMethodType()
Generated:
Model:
extendedMetaData="name='remove-methodType' kind='elementOnly'"

Method Summary
 NamedMethodType getBeanMethod()
          Returns the value of the 'Bean Method' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 TrueFalseType getRetainIfException()
          Returns the value of the 'Retain If Exception' containment reference.
 void setBeanMethod(NamedMethodType value)
          Sets the value of the 'Bean Method' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setRetainIfException(TrueFalseType value)
          Sets the value of the 'Retain If Exception' containment reference.
 

Method Detail

getBeanMethod

NamedMethodType getBeanMethod()
Returns the value of the 'Bean Method' containment reference.

If the meaning of the 'Bean Method' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Bean Method' containment reference.
See Also:
setBeanMethod(NamedMethodType), EjbJar31Package.getRemoveMethodType_BeanMethod()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='bean-method' namespace='http://java.sun.com/xml/ns/javaee'"

setBeanMethod

void setBeanMethod(NamedMethodType value)
Sets the value of the 'Bean Method' containment reference.

Parameters:
value - the new value of the 'Bean Method' containment reference.
See Also:
getBeanMethod()
Generated:

getRetainIfException

TrueFalseType getRetainIfException()
Returns the value of the 'Retain If Exception' containment reference.

If the meaning of the 'Retain If Exception' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Retain If Exception' containment reference.
See Also:
setRetainIfException(TrueFalseType), EjbJar31Package.getRemoveMethodType_RetainIfException()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='retain-if-exception' namespace='http://java.sun.com/xml/ns/javaee'"

setRetainIfException

void setRetainIfException(TrueFalseType value)
Sets the value of the 'Retain If Exception' containment reference.

Parameters:
value - the new value of the 'Retain If Exception' containment reference.
See Also:
getRetainIfException()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar31Package.getRemoveMethodType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: