public interface LifecycleCallbackType
The following features are supported:
EjbJar31Package.getLifecycleCallbackType()| Modifier and Type | Method and Description |
|---|---|
FullyQualifiedClassType |
getLifecycleCallbackClass()
Returns the value of the 'Lifecycle Callback Class' containment reference.
|
JavaIdentifierType |
getLifecycleCallbackMethod()
Returns the value of the 'Lifecycle Callback Method' containment reference.
|
void |
setLifecycleCallbackClass(FullyQualifiedClassType value)
Sets the value of the '
Lifecycle Callback Class' containment reference. |
void |
setLifecycleCallbackMethod(JavaIdentifierType value)
Sets the value of the '
Lifecycle Callback Method' containment reference. |
FullyQualifiedClassType getLifecycleCallbackClass()
If the meaning of the 'Lifecycle Callback Class' containment reference isn't clear, there really should be more of a description here...
setLifecycleCallbackClass(FullyQualifiedClassType),
EjbJar31Package.getLifecycleCallbackType_LifecycleCallbackClass()void setLifecycleCallbackClass(FullyQualifiedClassType value)
Lifecycle Callback Class' containment reference.
value - the new value of the 'Lifecycle Callback Class' containment reference.getLifecycleCallbackClass()JavaIdentifierType getLifecycleCallbackMethod()
If the meaning of the 'Lifecycle Callback Method' containment reference isn't clear, there really should be more of a description here...
setLifecycleCallbackMethod(JavaIdentifierType),
EjbJar31Package.getLifecycleCallbackType_LifecycleCallbackMethod()void setLifecycleCallbackMethod(JavaIdentifierType value)
Lifecycle Callback Method' containment reference.
value - the new value of the 'Lifecycle Callback Method' containment reference.getLifecycleCallbackMethod()