Interface RingPropertyType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    RingPropertyTypeImpl

    public interface RingPropertyType
    extends EObject
    A representation of the model object 'Ring Property Type'. Encapsulates a ring to represent properties in features or geometry collections.

    The following features are supported:

    See Also:
    Gml311Package.getRingPropertyType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RingType getRing()
      Returns the value of the 'Ring' containment reference.
      void setRing​(RingType value)
      Sets the value of the 'Ring' 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

      • getRing

        RingType getRing()
        Returns the value of the 'Ring' containment reference.

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

        Returns:
        the value of the 'Ring' containment reference.
        See Also:
        setRing(RingType), Gml311Package.getRingPropertyType_Ring()
      • setRing

        void setRing​(RingType value)
        Sets the value of the 'Ring' containment reference.
        Parameters:
        value - the new value of the 'Ring' containment reference.
        See Also:
        getRing()