public interface ContinousIntervalRange extends IntervalRange
The following features are supported:
featuremodelPackage.getContinousIntervalRange()| Modifier and Type | Method and Description |
|---|---|
double |
getFrom()
Returns the value of the 'From' attribute.
|
double |
getTo()
Returns the value of the 'To' attribute.
|
void |
setFrom(double value)
Sets the value of the '
From' attribute. |
void |
setTo(double value)
Sets the value of the '
To' attribute. |
isLowerBoundIncluded, isUpperBoundIncluded, setLowerBoundIncluded, setUpperBoundIncludedeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverdouble getTo()
If the meaning of the 'To' attribute isn't clear, there really should be more of a description here...
setTo(double),
featuremodelPackage.getContinousIntervalRange_To()void setTo(double value)
To' attribute.
value - the new value of the 'To' attribute.getTo()double getFrom()
If the meaning of the 'From' attribute isn't clear, there really should be more of a description here...
setFrom(double),
featuremodelPackage.getContinousIntervalRange_From()