public interface Bounds extends PLINode
The following features are supported:
PLIPackage.getBounds()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Bound |
getLowerBound()
Returns the value of the 'Lower Bound' containment reference.
|
Bound |
getUpperBound()
Returns the value of the 'Upper Bound' containment reference.
|
void |
setLowerBound(Bound value)
Sets the value of the '
Lower Bound' containment reference. |
void |
setUpperBound(Bound value)
Sets the value of the '
Upper Bound' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Bound getLowerBound()
setLowerBound(Bound),
PLIPackage.getBounds_LowerBound()void setLowerBound(Bound value)
Lower Bound' containment reference.
value - the new value of the 'Lower Bound' containment reference.getLowerBound()Bound getUpperBound()
setUpperBound(Bound),
PLIPackage.getBounds_UpperBound()void setUpperBound(Bound value)
Upper Bound' containment reference.
value - the new value of the 'Upper Bound' containment reference.getUpperBound()