| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getSwitches()
Returns the value of the 'Switches' containment reference list.
|
boolean |
isOn()
Returns the value of the 'On' attribute.
|
void |
setOn(boolean value)
Sets the value of the '
On' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getSwitches()
UPSISwitchRef.
The list contains references to UPSI switches.
COBOLPackage.getSetSwitchesClause_Switches()boolean isOn()
The value is true if the ON keyword is present; false if the OFF keyword is present.
setOn(boolean),
COBOLPackage.getSetSwitchesClause_On()