Interface RangeOfValuesType

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EObject getMaxValue()
      Returns the value of the 'Max Value' containment reference.
      EObject getMinValue()
      Returns the value of the 'Min Value' containment reference.
      void setMaxValue​(EObject value)
      Sets the value of the 'Max Value' containment reference.
      void setMinValue​(EObject value)
      Sets the value of the 'Min Value' containment reference.
      • 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
    • Method Detail

      • getMinValue

        EObject getMinValue()
        Returns the value of the 'Min Value' containment reference.

        If the meaning of the 'Min Value' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Min Value' containment reference.
        See Also:
        setMinValue(EObject), Csw20Package.getRangeOfValuesType_MinValue()
      • setMinValue

        void setMinValue​(EObject value)
        Sets the value of the 'Min Value' containment reference.
        Parameters:
        value - the new value of the 'Min Value' containment reference.
        See Also:
        getMinValue()
      • getMaxValue

        EObject getMaxValue()
        Returns the value of the 'Max Value' containment reference.

        If the meaning of the 'Max Value' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Max Value' containment reference.
        See Also:
        setMaxValue(EObject), Csw20Package.getRangeOfValuesType_MaxValue()
      • setMaxValue

        void setMaxValue​(EObject value)
        Sets the value of the 'Max Value' containment reference.
        Parameters:
        value - the new value of the 'Max Value' containment reference.
        See Also:
        getMaxValue()