|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataSubscript
A representation of a data item used as a table subscript.
The following features are supported:
COBOLPackage.getDataSubscript()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
AbstractDataItem |
getDataItem()
Deprecated. Use getDataRef().
|
DataRef |
getDataRef()
Returns the value of the 'Data Ref' containment reference. |
int |
getOffset()
Returns the value of the 'Offset' attribute. |
void |
setDataItem(AbstractDataItem value)
Deprecated. Use setDataRef(DataRef).
|
void |
setDataRef(DataRef value)
Sets the value of the ' Data Ref' containment reference. |
void |
setOffset(int value)
Sets the value of the ' Offset' attribute. |
| 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 |
|---|
AbstractDataItem getDataItem()
getDataRef().
setDataItem(AbstractDataItem),
COBOLPackage.getDataSubscript_DataItem()void setDataItem(AbstractDataItem value)
setDataRef(DataRef).
Data Item' reference.
value - the new value of the 'Data Item' reference.getDataItem()int getOffset()
setOffset(int),
COBOLPackage.getDataSubscript_Offset()void setOffset(int value)
Offset' attribute.
value - the new value of the 'Offset' attribute.getOffset()DataRef getDataRef()
The value is a representation of the reference to a data item.
setDataRef(DataRef),
COBOLPackage.getDataSubscript_DataRef()void setDataRef(DataRef value)
Data Ref' containment reference.
value - the new value of the 'Data Ref' containment reference.getDataRef()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||