Interface Access

    • Method Detail

      • getName

        Expression getName()
        Returns the value of the 'Name' containment reference.

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

        Returns:
        the value of the 'Name' containment reference.
        See Also:
        setName(Expression), ExpressionsPackage.getAccess_Name()
        Generated
        Model
        containment="true" required="true"
      • setName

        void setName​(Expression value)
        Sets the value of the 'Name' containment reference.
        Parameters:
        value - the new value of the 'Name' containment reference.
        See Also:
        getName()
        Generated