public interface MacroAnswerStatement extends LabelPrefixable, PLINode
The following features are supported:
PLIPackage.getMacroAnswerStatement()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
ColumnAnswerOption |
getColumn()
Returns the value of the 'Column' containment reference.
|
AnswerControlOption |
getControlOption()
Returns the value of the 'Control Option' containment reference.
|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
MarginAnswerOption |
getMargins()
Returns the value of the 'Margins' containment reference.
|
void |
setColumn(ColumnAnswerOption value)
Sets the value of the '
Column' containment reference. |
void |
setControlOption(AnswerControlOption value)
Sets the value of the '
Control Option' containment reference. |
void |
setExpression(Expression value)
Sets the value of the '
Expression' containment reference. |
void |
setMargins(MarginAnswerOption value)
Sets the value of the '
Margins' containment reference. |
getLabelPrefix, setLabelPrefixgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Expression getExpression()
setExpression(Expression),
PLIPackage.getMacroAnswerStatement_Expression()void setExpression(Expression value)
Expression' containment reference.
value - the new value of the 'Expression' containment reference.getExpression()AnswerControlOption getControlOption()
setControlOption(AnswerControlOption),
PLIPackage.getMacroAnswerStatement_ControlOption()void setControlOption(AnswerControlOption value)
Control Option' containment reference.
value - the new value of the 'Control Option' containment reference.getControlOption()ColumnAnswerOption getColumn()
setColumn(ColumnAnswerOption),
PLIPackage.getMacroAnswerStatement_Column()void setColumn(ColumnAnswerOption value)
Column' containment reference.
value - the new value of the 'Column' containment reference.getColumn()MarginAnswerOption getMargins()
setMargins(MarginAnswerOption),
PLIPackage.getMacroAnswerStatement_Margins()void setMargins(MarginAnswerOption value)
Margins' containment reference.
value - the new value of the 'Margins' containment reference.getMargins()