Interface Operation

    • Method Detail

      • setLibrary

        void setLibrary​(Library value)
        Sets the value of the 'Library' container reference.
        Parameters:
        value - the new value of the 'Library' container reference.
        See Also:
        getLibrary()
      • isDeprecated

        boolean isDeprecated()
        Returns the value of the 'Deprecated' attribute. The default value is "false".

        If the meaning of the 'Deprecated' attribute isn't clear, there really should be more of a description here...

        Whether this operation should no longer be used
        Returns:
        the value of the 'Deprecated' attribute.
        See Also:
        setDeprecated(boolean), DeclarationPackage.getOperation_Deprecated()
      • setDeprecated

        void setDeprecated​(boolean value)
        Sets the value of the 'Deprecated' attribute.
        Parameters:
        value - the new value of the 'Deprecated' attribute.
        See Also:
        isDeprecated()
      • setBefore

        void setBefore​(String value)
        Sets the value of the 'Before' attribute.
        Parameters:
        value - the new value of the 'Before' attribute.
        See Also:
        getBefore()
      • setAfter

        void setAfter​(String value)
        Sets the value of the 'After' attribute.
        Parameters:
        value - the new value of the 'After' attribute.
        See Also:
        getAfter()
      • setImplementation

        void setImplementation​(Class value)
        Sets the value of the 'Implementation' attribute.
        Parameters:
        value - the new value of the 'Implementation' attribute.
        See Also:
        getImplementation()
      • setLabel

        void setLabel​(String value)
        Sets the value of the 'Label' attribute.
        Parameters:
        value - the new value of the 'Label' attribute.
        See Also:
        getLabel()
      • setBreaking

        void setBreaking​(boolean value)
        Sets the value of the 'Breaking' attribute.
        Parameters:
        value - the new value of the 'Breaking' attribute.
        Since:
        1.3
        See Also:
        isBreaking()
      • getParameter

        Parameter getParameter​(String name)
        Helper method to determine the parameter of the operation with a certain name
      • getMainParameter

        Parameter getMainParameter()
        Helper method to determine the main parameter of the operation, i.e. the parameter with main set to true
      • refines

        boolean refines()