public interface RemoveMethodType
The following features are supported:
EjbJar31Package.getRemoveMethodType()| Modifier and Type | Method and Description |
|---|---|
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. |
NamedMethodType getBeanMethod()
If the meaning of the 'Bean Method' containment reference isn't clear, there really should be more of a description here...
setBeanMethod(NamedMethodType),
EjbJar31Package.getRemoveMethodType_BeanMethod()void setBeanMethod(NamedMethodType value)
Bean Method' containment reference.
value - the new value of the 'Bean Method' containment reference.getBeanMethod()TrueFalseType getRetainIfException()
If the meaning of the 'Retain If Exception' containment reference isn't clear, there really should be more of a description here...
setRetainIfException(TrueFalseType),
EjbJar31Package.getRemoveMethodType_RetainIfException()void setRetainIfException(TrueFalseType value)
Retain If Exception' containment reference.
value - the new value of the 'Retain If Exception' containment reference.getRetainIfException()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EjbJar31Package.getRemoveMethodType_Id()