Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

    • Uses of ActualParamType in com.ibm.etools.cobol.application.model.cobol

      Fields in com.ibm.etools.cobol.application.model.cobol declared as ActualParamType 
      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.
      Methods in com.ibm.etools.cobol.application.model.cobol that return ActualParamType 
      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.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type ActualParamType 
      Modifier and Type Method and Description
      void ActualParameter.setType(ActualParamType value)
      Sets the value of the 'Type' attribute.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes