public interface OtherwiseCompoundStatement extends StructureNode
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
NodeReference |
getOtherwiseStatement()
Returns the value of the 'Otherwise Statement' containment reference.
|
StructureNode |
getUnit()
Returns the value of the 'Unit' containment reference.
|
void |
setOtherwiseStatement(NodeReference value)
Sets the value of the '
Otherwise Statement' containment reference. |
void |
setUnit(StructureNode value)
Sets the value of the '
Unit' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
NodeReference getOtherwiseStatement()
setOtherwiseStatement(NodeReference),
PLIPackage.getOtherwiseCompoundStatement_OtherwiseStatement()void setOtherwiseStatement(NodeReference value)
Otherwise Statement' containment reference.
value - the new value of the 'Otherwise Statement' containment reference.getOtherwiseStatement()StructureNode getUnit()
setUnit(StructureNode),
PLIPackage.getOtherwiseCompoundStatement_Unit()void setUnit(StructureNode value)
Unit' containment reference.
value - the new value of the 'Unit' containment reference.getUnit()