| Package | Description |
|---|---|
| org.eclipse.modisco.jee.ejbjar.EjbJar31 |
| Modifier and Type | Method and Description |
|---|---|
MethodParamsType |
EjbJar31Factory.createMethodParamsType()
Returns a new object of class 'Method Params Type'.
|
MethodParamsType |
AsyncMethodType.getMethodParams()
Returns the value of the 'Method Params' containment reference.
|
MethodParamsType |
MethodType.getMethodParams()
Returns the value of the 'Method Params' containment reference.
|
MethodParamsType |
NamedMethodType.getMethodParams()
Returns the value of the 'Method Params' containment reference.
|
MethodParamsType |
QueryMethodType.getMethodParams()
Returns the value of the 'Method Params' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncMethodType.setMethodParams(MethodParamsType value)
Sets the value of the '
Method Params' containment reference. |
void |
MethodType.setMethodParams(MethodParamsType value)
Sets the value of the '
Method Params' containment reference. |
void |
NamedMethodType.setMethodParams(MethodParamsType value)
Sets the value of the '
Method Params' containment reference. |
void |
QueryMethodType.setMethodParams(MethodParamsType value)
Sets the value of the '
Method Params' containment reference. |