|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RangeType
A representation of the model object 'Range Type'. A range of values of a numeric parameter. This range can be continuous or discrete, defined by a fixed spacing between adjacent valid values. If the MinimumValue or MaximumValue is not included, there is no value limit in that direction. Inclusion of the specified minimum and maximum values in the range shall be defined by the rangeClosure.
The following features are supported:
Ows11Package.getRangeType()
Method Summary | |
---|---|
ValueType |
getMaximumValue()
Returns the value of the 'Maximum Value' containment reference. |
ValueType |
getMinimumValue()
Returns the value of the 'Minimum Value' containment reference. |
RangeClosureType |
getRangeClosure()
Returns the value of the 'Range Closure' attribute. |
ValueType |
getSpacing()
Returns the value of the 'Spacing' containment reference. |
boolean |
isSetRangeClosure()
Returns whether the value of the ' Range Closure ' attribute is set. |
void |
setMaximumValue(ValueType value)
Sets the value of the ' Maximum Value ' containment reference. |
void |
setMinimumValue(ValueType value)
Sets the value of the ' Minimum Value ' containment reference. |
void |
setRangeClosure(RangeClosureType value)
Sets the value of the ' Range Closure ' attribute. |
void |
setSpacing(ValueType value)
Sets the value of the ' Spacing ' containment reference. |
void |
unsetRangeClosure()
Unsets the value of the ' Range Closure ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
ValueType getMinimumValue()
setMinimumValue(ValueType)
,
Ows11Package.getRangeType_MinimumValue()
void setMinimumValue(ValueType value)
Minimum Value
' containment reference.
value
- the new value of the 'Minimum Value' containment reference.getMinimumValue()
ValueType getMaximumValue()
setMaximumValue(ValueType)
,
Ows11Package.getRangeType_MaximumValue()
void setMaximumValue(ValueType value)
Maximum Value
' containment reference.
value
- the new value of the 'Maximum Value' containment reference.getMaximumValue()
ValueType getSpacing()
setSpacing(ValueType)
,
Ows11Package.getRangeType_Spacing()
void setSpacing(ValueType value)
Spacing
' containment reference.
value
- the new value of the 'Spacing' containment reference.getSpacing()
RangeClosureType getRangeClosure()
"closed"
.
The literals are from the enumeration RangeClosureType
.
Shall be included unless the default value applies.
RangeClosureType
,
isSetRangeClosure()
,
unsetRangeClosure()
,
setRangeClosure(RangeClosureType)
,
Ows11Package.getRangeType_RangeClosure()
void setRangeClosure(RangeClosureType value)
Range Closure
' attribute.
value
- the new value of the 'Range Closure' attribute.RangeClosureType
,
isSetRangeClosure()
,
unsetRangeClosure()
,
getRangeClosure()
void unsetRangeClosure()
Range Closure
' attribute.
isSetRangeClosure()
,
getRangeClosure()
,
setRangeClosure(RangeClosureType)
boolean isSetRangeClosure()
Range Closure
' attribute is set.
unsetRangeClosure()
,
getRangeClosure()
,
setRangeClosure(RangeClosureType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |