public interface SystemNamePhrase extends ASTNode
The following features are supported:
COBOLPackage.getSystemNamePhrase()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSystemName()
Returns the value of the 'System Name' attribute.
|
DataRefOrLiteral |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setSystemName(java.lang.String value)
Sets the value of the '
System Name' attribute. |
void |
setValue(DataRefOrLiteral value)
Sets the value of the '
Value' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.lang.String getSystemName()
setSystemName(String),
COBOLPackage.getSystemNamePhrase_SystemName()void setSystemName(java.lang.String value)
System Name' attribute.
value - the new value of the 'System Name' attribute.getSystemName()DataRefOrLiteral getValue()
The value is the data reference or literal that follows the system name in the system name phrase.
setValue(DataRefOrLiteral),
COBOLPackage.getSystemNamePhrase_Value()void setValue(DataRefOrLiteral value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()