Interface ContainedObject

    • Method Detail

      • getObject

        EObject getObject()
        Returns the value of the 'Object' containment reference.

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

        Returns:
        the value of the 'Object' containment reference.
        See Also:
        setObject(EObject), ExpressionsPackage.getContainedObject_Object()
        Generated
        Model
        containment="true"
      • setObject

        void setObject​(EObject value)
        Sets the value of the 'Object' containment reference.
        Parameters:
        value - the new value of the 'Object' containment reference.
        See Also:
        getObject()
        Generated