Interface MHandledItem

    • Method Detail

      • getCommand

        MCommand getCommand()
        Returns the value of the 'Command' reference.

        A reference to the Command associated with this item.

        Returns:
        the value of the 'Command' reference.
        See Also:
        setCommand(MCommand)
      • setCommand

        void setCommand​(MCommand value)
        Sets the value of the 'Command' reference.
        Parameters:
        value - the new value of the 'Command' reference.
        See Also:
        getCommand()
      • getWbCommand

        ParameterizedCommand getWbCommand()
        Returns the value of the 'Wb Command' attribute.

        This is used for low level implementation and is not intended to be used by clients

        Returns:
        the value of the 'Wb Command' attribute.
        See Also:
        setWbCommand(ParameterizedCommand)
        Restriction:
      • getParameters

        List<MParameter> getParameters()
        Returns the value of the 'Parameters' containment reference list. The list contents are of type MParameter.

        Defines the specific parameters to use when executing the command through this item.

        Returns:
        the value of the 'Parameters' containment reference list.