|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UPSISwitch
A representation of a UPSI switch specified in the SPECIAL-NAMES paragraph.
The following features are supported:
COBOLPackage.getUPSISwitch()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||