public interface DataSubscript extends TableSubscript
The following features are supported:
COBOLPackage.getDataSubscript()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()