| Modifier and Type | Field and Description |
|---|---|
static ActualParamType |
ActualParamType.ACTUAL_BY_CONTENT_LITERAL
The 'ACTUAL BY CONTENT' literal object.
|
static ActualParamType |
ActualParamType.ACTUAL_BY_REFERENCE_LITERAL
The 'ACTUAL BY REFERENCE' literal object.
|
static ActualParamType |
ActualParamType.ACTUAL_BY_VALUE_LITERAL
The 'ACTUAL BY VALUE' literal object.
|
| Modifier and Type | Method and Description |
|---|---|
static ActualParamType |
ActualParamType.get(int value)
Returns the 'Actual Param Type' literal with the specified integer value.
|
static ActualParamType |
ActualParamType.get(java.lang.String literal)
Returns the 'Actual Param Type' literal with the specified literal value.
|
static ActualParamType |
ActualParamType.getByName(java.lang.String name)
Returns the 'Actual Param Type' literal with the specified name.
|
ActualParamType |
ActualParameter.getType()
Returns the value of the 'Type' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActualParameter.setType(ActualParamType value)
Sets the value of the '
Type' attribute. |