public interface IntervalRange extends EObject
The following features are supported:
featuremodelPackage.getIntervalRange()| Modifier and Type | Method and Description |
|---|---|
boolean |
isLowerBoundIncluded()
Returns the value of the 'Lower Bound Included' attribute.
|
boolean |
isUpperBoundIncluded()
Returns the value of the 'Upper Bound Included' attribute.
|
void |
setLowerBoundIncluded(boolean value)
Sets the value of the '
Lower Bound Included' attribute. |
void |
setUpperBoundIncluded(boolean value)
Sets the value of the '
Upper Bound Included' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverboolean isLowerBoundIncluded()
If the meaning of the 'Lower Bound Included' attribute isn't clear, there really should be more of a description here...
setLowerBoundIncluded(boolean),
featuremodelPackage.getIntervalRange_LowerBoundIncluded()void setLowerBoundIncluded(boolean value)
Lower Bound Included' attribute.
value - the new value of the 'Lower Bound Included' attribute.isLowerBoundIncluded()boolean isUpperBoundIncluded()
If the meaning of the 'Upper Bound Included' attribute isn't clear, there really should be more of a description here...
setUpperBoundIncluded(boolean),
featuremodelPackage.getIntervalRange_UpperBoundIncluded()void setUpperBoundIncluded(boolean value)
Upper Bound Included' attribute.
value - the new value of the 'Upper Bound Included' attribute.isUpperBoundIncluded()