public interface ImplicitDataRef extends SimpleRef
SimpleRef.getDataItem() method returns null, since
there is no data item declaration.
The following features are supported:
COBOLPackage.getImplicitDataRef()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
getDataItem, setDataItemgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.lang.String getName()
The value is the name of the data item that is referenced.
setName(String),
COBOLPackage.getImplicitDataRef_Name()