public interface AroundTimeoutType
The following features are supported:
EjbJar31Package.getAroundTimeoutType()| Modifier and Type | Method and Description |
|---|---|
FullyQualifiedClassType |
getClass_()
Returns the value of the 'Class' containment reference.
|
JavaIdentifierType |
getMethodName()
Returns the value of the 'Method Name' containment reference.
|
void |
setClass(FullyQualifiedClassType value)
Sets the value of the '
Class' containment reference. |
void |
setMethodName(JavaIdentifierType value)
Sets the value of the '
Method Name' containment reference. |
FullyQualifiedClassType getClass_()
If the meaning of the 'Class' containment reference isn't clear, there really should be more of a description here...
setClass(FullyQualifiedClassType),
EjbJar31Package.getAroundTimeoutType_Class()void setClass(FullyQualifiedClassType value)
Class' containment reference.
value - the new value of the 'Class' containment reference.getClass_()JavaIdentifierType getMethodName()
If the meaning of the 'Method Name' containment reference isn't clear, there really should be more of a description here...
setMethodName(JavaIdentifierType),
EjbJar31Package.getAroundTimeoutType_MethodName()void setMethodName(JavaIdentifierType value)
Method Name' containment reference.
value - the new value of the 'Method Name' containment reference.getMethodName()