| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
UPSISwitchBit |
getBit()
Returns the value of the 'Bit' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
SwitchStatusCondition |
getOffCondition()
Returns the value of the 'Off Condition' containment reference.
|
SwitchStatusCondition |
getOnCondition()
Returns the value of the 'On Condition' containment reference.
|
void |
setBit(UPSISwitchBit value)
Sets the value of the '
Bit' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setOffCondition(SwitchStatusCondition value)
Sets the value of the '
Off Condition' containment reference. |
void |
setOnCondition(SwitchStatusCondition value)
Sets the value of the '
On Condition' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
UPSISwitchBit getBit()
UPSISwitchBit.
The value is a representation of the environment name of the switch.
UPSISwitchBit,
setBit(UPSISwitchBit),
COBOLPackage.getUPSISwitch_Bit()void setBit(UPSISwitchBit value)
Bit' attribute.
value - the new value of the 'Bit' attribute.UPSISwitchBit,
getBit()java.lang.String getName()
The value is the mnemonic name of the switch.
setName(String),
COBOLPackage.getUPSISwitch_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()SwitchStatusCondition getOnCondition()
The value is a representation of the name of the ON STATUS condition.
setOnCondition(SwitchStatusCondition),
COBOLPackage.getUPSISwitch_OnCondition()void setOnCondition(SwitchStatusCondition value)
On Condition' containment reference.
value - the new value of the 'On Condition' containment reference.getOnCondition()SwitchStatusCondition getOffCondition()
The value is a representation of the name of the OFF STATUS condition.
setOffCondition(SwitchStatusCondition),
COBOLPackage.getUPSISwitch_OffCondition()void setOffCondition(SwitchStatusCondition value)
Off Condition' containment reference.
value - the new value of the 'Off Condition' containment reference.getOffCondition()