|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UPSISwitchRef
A representation of a reference to a UPSI switch.
The following features are supported:
COBOLPackage.getUPSISwitchRef()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| 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.
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||