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.FormalParamType

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

      Fields in com.ibm.etools.cobol.application.model.cobol declared as FormalParamType 
      Modifier and Type Field and Description
      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 
      Modifier and Type Method and Description
      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 
      Modifier and Type Method and Description
      void FormalParameter.setType(FormalParamType 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