Interface KnotPropertyType

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

    public interface KnotPropertyType
    extends EObject
    A representation of the model object 'Knot Property Type'. Encapsulates a knot to use it in a geometric type.

    The following features are supported:

    See Also:
    Gml311Package.getKnotPropertyType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      KnotType getKnot()
      Returns the value of the 'Knot' containment reference.
      void setKnot​(KnotType value)
      Sets the value of the 'Knot' 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

      • getKnot

        KnotType getKnot()
        Returns the value of the 'Knot' containment reference.

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

        Returns:
        the value of the 'Knot' containment reference.
        See Also:
        setKnot(KnotType), Gml311Package.getKnotPropertyType_Knot()
      • setKnot

        void setKnot​(KnotType value)
        Sets the value of the 'Knot' containment reference.
        Parameters:
        value - the new value of the 'Knot' containment reference.
        See Also:
        getKnot()