| 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.
|
UPSISwitch |
getSwitch()
Returns the value of the 'Switch' reference.
|
void |
setBit(UPSISwitchBit value)
Sets the value of the '
Bit' attribute. |
void |
setSwitch(UPSISwitch value)
Sets the value of the '
Switch' 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.
If the UPSI switch is referenced using the default environment name, this method returns the
representation of that name. If the UPSI switch name is declared in the SPECIAL-NAMES paragraph,
this method returns the default value, which is UPSISwitchBit.UPSI_0_LITERAL.
UPSISwitchBit,
setBit(UPSISwitchBit),
COBOLPackage.getUPSISwitchRef_Bit()void setBit(UPSISwitchBit value)
Bit' attribute.
value - the new value of the 'Bit' attribute.UPSISwitchBit,
getBit()UPSISwitch getSwitch()
If the UPSI switch name is specified in the SPECIAL-NAMES paragraph, this method returns the UPSI switch. If the UPSI switch is referenced using the default environment name, this method returns null.
setSwitch(UPSISwitch),
COBOLPackage.getUPSISwitchRef_Switch()void setSwitch(UPSISwitch value)
Switch' reference.
value - the new value of the 'Switch' reference.getSwitch()