public interface MarginAnswerOption extends PLINode
The following features are supported:
PLIPackage.getMarginAnswerOption()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getLeftMargin()
Returns the value of the 'Left Margin' containment reference.
|
Expression |
getRightMargin()
Returns the value of the 'Right Margin' containment reference.
|
void |
setLeftMargin(Expression value)
Sets the value of the '
Left Margin' containment reference. |
void |
setRightMargin(Expression value)
Sets the value of the '
Right Margin' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Expression getLeftMargin()
setLeftMargin(Expression),
PLIPackage.getMarginAnswerOption_LeftMargin()void setLeftMargin(Expression value)
Left Margin' containment reference.
value - the new value of the 'Left Margin' containment reference.getLeftMargin()Expression getRightMargin()
setRightMargin(Expression),
PLIPackage.getMarginAnswerOption_RightMargin()void setRightMargin(Expression value)
Right Margin' containment reference.
value - the new value of the 'Right Margin' containment reference.getRightMargin()