Interface SelfReference

    • Method Detail

      • getSelf

        Self getSelf()
        Returns the value of the 'Self' containment reference.
        Returns:
        the value of the 'Self' containment reference.
        See Also:
        setSelf(Self), ReferencesPackage.getSelfReference_Self()
        Generated class or method.
        EMF model class or method.
        containment="true" resolveProxies="true" required="true"
      • setSelf

        void setSelf​(Self value)
        Sets the value of the 'Self' containment reference.
        Parameters:
        value - the new value of the 'Self' containment reference.
        See Also:
        getSelf()
        Generated class or method.