Uses of Class
com.ibm.etools.cobol.application.model.cobol.FormalParamType

Uses of FormalParamType in com.ibm.etools.cobol.application.model.cobol
 

Fields in com.ibm.etools.cobol.application.model.cobol declared as FormalParamType
static FormalParamType FormalParamType.FORMAL_BY_REFERENCE_LITERAL
          The 'FORMAL BY REFERENCE' literal object.
static FormalParamType FormalParamType.FORMAL_BY_VALUE_LITERAL
          The 'FORMAL BY VALUE' literal object.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return FormalParamType
static FormalParamType FormalParamType.get(int value)
          Returns the 'Formal Param Type' literal with the specified integer value.
static FormalParamType FormalParamType.get(java.lang.String literal)
          Returns the 'Formal Param Type' literal with the specified literal value.
static FormalParamType FormalParamType.getByName(java.lang.String name)
          Returns the 'Formal Param Type' literal with the specified name.
 FormalParamType FormalParameter.getType()
          Returns the value of the 'Type' attribute.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type FormalParamType
 void FormalParameter.setType(FormalParamType value)
          Sets the value of the 'Type' attribute.