public interface RangeStartEnd extends Range
The following features are supported:
PLIPackage.getRangeStartEnd()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRangeEnd()
Returns the value of the 'Range End' attribute.
|
java.lang.String |
getRangeStart()
Returns the value of the 'Range Start' attribute.
|
void |
setRangeEnd(java.lang.String value)
Sets the value of the '
Range End' attribute. |
void |
setRangeStart(java.lang.String value)
Sets the value of the '
Range Start' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
java.lang.String getRangeStart()
setRangeStart(String),
PLIPackage.getRangeStartEnd_RangeStart()void setRangeStart(java.lang.String value)
Range Start' attribute.
value - the new value of the 'Range Start' attribute.getRangeStart()java.lang.String getRangeEnd()
setRangeEnd(String),
PLIPackage.getRangeStartEnd_RangeEnd()void setRangeEnd(java.lang.String value)
Range End' attribute.
value - the new value of the 'Range End' attribute.getRangeEnd()