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

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

      Methods in com.ibm.etools.cobol.application.model.cobol that return SwitchStatusCondition 
      Modifier and Type Method and Description
      SwitchStatusCondition ExprSwitchStatusCond.getCondition()
      Returns the value of the 'Condition' reference.
      SwitchStatusCondition UPSISwitch.getOffCondition()
      Returns the value of the 'Off Condition' containment reference.
      SwitchStatusCondition UPSISwitch.getOnCondition()
      Returns the value of the 'On Condition' containment reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type SwitchStatusCondition 
      Modifier and Type Method and Description
      void ExprSwitchStatusCond.setCondition(SwitchStatusCondition value)
      Sets the value of the 'Condition' reference.
      void UPSISwitch.setOffCondition(SwitchStatusCondition value)
      Sets the value of the 'Off Condition' containment reference.
      void UPSISwitch.setOnCondition(SwitchStatusCondition value)
      Sets the value of the 'On Condition' containment reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes