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

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

      Methods in com.ibm.etools.cobol.application.model.cobol that return ClassName 
      Modifier and Type Method and Description
      ClassName ClassClause.getClassName()
      Returns the value of the 'Class Name' containment reference.
      ClassName ObjectReferenceItem.getClassName()
      Returns the value of the 'Class Name' reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type ClassName 
      Modifier and Type Method and Description
      void ClassClause.setClassName(ClassName value)
      Sets the value of the 'Class Name' containment reference.
      void ObjectReferenceItem.setClassName(ClassName value)
      Sets the value of the 'Class Name' reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes