Interface ValueRangeType

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
IntervalType
All Known Implementing Classes:
IntervalTypeImpl, ValueRangeTypeImpl

public interface ValueRangeType extends EObject
A representation of the model object 'Value Range Type'. The range of an interval. If the "min" or "max" element 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 "closure". (The interval can be bounded or semi-bounded with different closures.) The data type and the semantic of the values are inherited by children and may be superceded by them. This range may be qualitative, i.e., nominal (age range) or qualitative (percentage) meaning that a value between min/max can be queried.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Closure' attribute.
    Returns the value of the 'Max' containment reference.
    Returns the value of the 'Min' containment reference.
    Returns the value of the 'Semantic' attribute.
    Returns the value of the 'Type' attribute.
    boolean
    Returns the value of the 'Atomic' attribute.
    boolean
    Returns whether the value of the 'Atomic' attribute is set.
    boolean
    Returns whether the value of the 'Closure' attribute is set.
    void
    setAtomic(boolean value)
    Sets the value of the 'Atomic' attribute.
    void
    Sets the value of the 'Closure' attribute.
    void
    Sets the value of the 'Max' containment reference.
    void
    Sets the value of the 'Min' containment reference.
    void
    Sets the value of the 'Semantic' attribute.
    void
    setType(String value)
    Sets the value of the 'Type' attribute.
    void
    Unsets the value of the 'Atomic' attribute.
    void
    Unsets the value of the 'Closure' attribute.

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver