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

Uses of Interface
com.ibm.etools.cobol.application.model.cobol.SimpleRef

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

      Subinterfaces of SimpleRef in com.ibm.etools.cobol.application.model.cobol 
      Modifier and Type Interface and Description
      interface  ImplicitDataRef
      A representation of a reference to a data item that is implicitly declared.
      interface  TableRef
      A representation of a reference to a table data item.
      Methods in com.ibm.etools.cobol.application.model.cobol that return SimpleRef 
      Modifier and Type Method and Description
      SimpleRef QualifiedRef.getSimpleRef()
      Returns the value of the 'Simple Ref' containment reference.
      SimpleRef Qualifier.getSimpleRef()
      Returns the value of the 'Simple Ref' containment reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type SimpleRef 
      Modifier and Type Method and Description
      void QualifiedRef.setSimpleRef(SimpleRef value)
      Sets the value of the 'Simple Ref' containment reference.
      void Qualifier.setSimpleRef(SimpleRef value)
      Sets the value of the 'Simple Ref' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes