public interface DefineAliasStatement extends PLINode
The following features are supported:
PLIPackage.getDefineAliasStatement()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
PLIName |
getName()
Returns the value of the 'Name' containment reference.
|
void |
setName(PLIName value)
Sets the value of the '
Name' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
PLIName getName()
setName(PLIName),
PLIPackage.getDefineAliasStatement_Name()void setName(PLIName value)
Name' containment reference.
value - the new value of the 'Name' containment reference.getName()java.util.List<Attribute> getAttributes()
Attribute.
PLIPackage.getDefineAliasStatement_Attributes()