public interface AcceptSystemInfoTransferStmt extends AcceptStmt
The following features are supported:
COBOLPackage.getAcceptSystemInfoTransferStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
SystemInfo |
getSystemInfo()
Returns the value of the 'System Info' attribute.
|
void |
setSystemInfo(SystemInfo value)
Sets the value of the '
System Info' attribute. |
getRef, setRefgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
SystemInfo getSystemInfo()
SystemInfo.
The value is the possible values that can be used after the FROM keyword.
SystemInfo,
setSystemInfo(SystemInfo),
COBOLPackage.getAcceptSystemInfoTransferStmt_SystemInfo()void setSystemInfo(SystemInfo value)
System Info' attribute.
value - the new value of the 'System Info' attribute.SystemInfo,
getSystemInfo()