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