|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ActualParamType in com.ibm.etools.cobol.application.model.cobol |
|---|
| Fields in com.ibm.etools.cobol.application.model.cobol declared as ActualParamType | |
|---|---|
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. |
| Methods in com.ibm.etools.cobol.application.model.cobol that return ActualParamType | |
|---|---|
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. |
| Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type ActualParamType | |
|---|---|
void |
ActualParameter.setType(ActualParamType value)
Sets the value of the ' Type' attribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||