| Package | Description |
|---|---|
| org.eclipse.modisco.jee.ejbjar.EjbJar31 |
| Modifier and Type | Method and Description |
|---|---|
JavaIdentifierType |
EjbJar31Factory.createJavaIdentifierType()
Returns a new object of class 'Java Identifier Type'.
|
JavaIdentifierType |
EntityBeanType.getAbstractSchemaName()
Returns the value of the 'Abstract Schema Name' containment reference.
|
JavaIdentifierType |
CmpFieldType.getFieldName()
Returns the value of the 'Field Name' containment reference.
|
JavaIdentifierType |
InjectionTargetType.getInjectionTargetName()
Returns the value of the 'Injection Target Name' containment reference.
|
JavaIdentifierType |
LifecycleCallbackType.getLifecycleCallbackMethod()
Returns the value of the 'Lifecycle Callback Method' containment reference.
|
JavaIdentifierType |
AroundInvokeType.getMethodName()
Returns the value of the 'Method Name' containment reference.
|
JavaIdentifierType |
AroundTimeoutType.getMethodName()
Returns the value of the 'Method Name' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityBeanType.setAbstractSchemaName(JavaIdentifierType value)
Sets the value of the '
Abstract Schema Name' containment reference. |
void |
CmpFieldType.setFieldName(JavaIdentifierType value)
Sets the value of the '
Field Name' containment reference. |
void |
InjectionTargetType.setInjectionTargetName(JavaIdentifierType value)
Sets the value of the '
Injection Target Name' containment reference. |
void |
LifecycleCallbackType.setLifecycleCallbackMethod(JavaIdentifierType value)
Sets the value of the '
Lifecycle Callback Method' containment reference. |
void |
AroundInvokeType.setMethodName(JavaIdentifierType value)
Sets the value of the '
Method Name' containment reference. |
void |
AroundTimeoutType.setMethodName(JavaIdentifierType value)
Sets the value of the '
Method Name' containment reference. |