public interface SelectGroup extends StructureNode
The following features are supported:
PLIPackage.getSelectGroup()| 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.
|
OtherwiseCompoundStatement |
getOtherwise()
Returns the value of the 'Otherwise' containment reference.
|
NodeReference |
getSelectStatement()
Returns the value of the 'Select Statement' containment reference.
|
java.util.List<WhenCompoundStatement> |
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(OtherwiseCompoundStatement 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.getSelectGroup_SelectStatement()void setSelectStatement(NodeReference value)
Select Statement' containment reference.
value - the new value of the 'Select Statement' containment reference.getSelectStatement()java.util.List<WhenCompoundStatement> getWhens()
WhenCompoundStatement.
PLIPackage.getSelectGroup_Whens()OtherwiseCompoundStatement getOtherwise()
setOtherwise(OtherwiseCompoundStatement),
PLIPackage.getSelectGroup_Otherwise()void setOtherwise(OtherwiseCompoundStatement value)
Otherwise' containment reference.
value - the new value of the 'Otherwise' containment reference.getOtherwise()NodeReference getEndStatement()
setEndStatement(NodeReference),
PLIPackage.getSelectGroup_EndStatement()void setEndStatement(NodeReference value)
End Statement' containment reference.
value - the new value of the 'End Statement' containment reference.getEndStatement()