public interface MacroSelectGroup extends StructureNode
The following features are supported:
PLIPackage.getMacroSelectGroup()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
NodeReference |
getEndStatement()
Returns the value of the 'End Statement' containment reference.
|
MacroOtherwiseCompoundStatement |
getOtherwise()
Returns the value of the 'Otherwise' containment reference.
|
NodeReference |
getSelectStatement()
Returns the value of the 'Select Statement' containment reference.
|
java.util.List<MacroWhenCompoundStatement> |
getWhens()
Returns the value of the 'Whens' containment reference list.
|
void |
setEndStatement(NodeReference value)
Sets the value of the '
End Statement' containment reference. |
void |
setOtherwise(MacroOtherwiseCompoundStatement value)
Sets the value of the '
Otherwise' containment reference. |
void |
setSelectStatement(NodeReference value)
Sets the value of the '
Select Statement' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
NodeReference getSelectStatement()
setSelectStatement(NodeReference),
PLIPackage.getMacroSelectGroup_SelectStatement()void setSelectStatement(NodeReference value)
Select Statement' containment reference.
value - the new value of the 'Select Statement' containment reference.getSelectStatement()java.util.List<MacroWhenCompoundStatement> getWhens()
MacroWhenCompoundStatement.
PLIPackage.getMacroSelectGroup_Whens()MacroOtherwiseCompoundStatement getOtherwise()
setOtherwise(MacroOtherwiseCompoundStatement),
PLIPackage.getMacroSelectGroup_Otherwise()void setOtherwise(MacroOtherwiseCompoundStatement value)
Otherwise' containment reference.
value - the new value of the 'Otherwise' containment reference.getOtherwise()NodeReference getEndStatement()
setEndStatement(NodeReference),
PLIPackage.getMacroSelectGroup_EndStatement()void setEndStatement(NodeReference value)
End Statement' containment reference.
value - the new value of the 'End Statement' containment reference.getEndStatement()