public interface ByToCondition extends RepetitionCondition
PLIPackage.getByToCondition()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getBy()
Returns the value of the 'By' containment reference.
|
Expression |
getTo()
Returns the value of the 'To' containment reference.
|
void |
setBy(Expression value)
Sets the value of the '
By' containment reference. |
void |
setTo(Expression value)
Sets the value of the '
To' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Expression getBy()
setBy(Expression),
PLIPackage.getByToCondition_By()void setBy(Expression value)
By' containment reference.
value - the new value of the 'By' containment reference.getBy()Expression getTo()
setTo(Expression),
PLIPackage.getByToCondition_To()void setTo(Expression value)
To' containment reference.
value - the new value of the 'To' containment reference.getTo()