public interface MnemonicName extends ASTNode
UPSISwitch.
The following features are supported:
COBOLPackage.getMnemonicName()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentType |
getEnvironmentType()
Returns the value of the 'Environment Type' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setEnvironmentType(EnvironmentType value)
Sets the value of the '
Environment Type' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
EnvironmentType getEnvironmentType()
EnvironmentType.
The value is a representation of the environment name.
EnvironmentType,
setEnvironmentType(EnvironmentType),
COBOLPackage.getMnemonicName_EnvironmentType()void setEnvironmentType(EnvironmentType value)
Environment Type' attribute.
value - the new value of the 'Environment Type' attribute.EnvironmentType,
getEnvironmentType()java.lang.String getName()
The value is the mnemonic name specified for the environment name.
setName(String),
COBOLPackage.getMnemonicName_Name()