Interface MParameter

All Superinterfaces:
MApplicationElement
All Known Implementing Classes:
ParameterImpl

public interface MParameter extends MApplicationElement
A representation of the model object 'Parameter'.

This defines the value of a Parameter to be used by a Command.

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.

The following features are supported:

  • Method Details

    • getName

      String getName()
      Returns the value of the 'Name' attribute.

      This is the name of this parameter.

      Returns:
      the value of the 'Name' attribute.
      See Also:
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
    • getValue

      String getValue()
      Returns the value of the 'Value' attribute.

      This is the value of this parameter.

      Returns:
      the value of the 'Value' attribute.
      See Also:
    • setValue

      void setValue(String value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also: