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

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

      Methods in com.ibm.etools.cobol.application.model.cobol that return WhenClause 
      Modifier and Type Method and Description
      WhenClause DataItemClause.getWhenClause()
      Returns the value of the 'When Clause' containment reference.
      WhenClause GenericClause.getWhenClause()
      Returns the value of the 'When Clause' containment reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type WhenClause 
      Modifier and Type Method and Description
      void DataItemClause.setWhenClause(WhenClause value)
      Sets the value of the 'When Clause' containment reference.
      void GenericClause.setWhenClause(WhenClause value)
      Sets the value of the 'When Clause' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes