Interface Parameter

All Superinterfaces:
EObject, Notifier, Number
All Known Implementing Classes:
ParameterImpl

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

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getShortname

      String getShortname()
      Returns the value of the 'Shortname' attribute.

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

      Returns:
      the value of the 'Shortname' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setShortname

      void setShortname(String value)
      Sets the value of the 'Shortname' attribute.
      Parameters:
      value - the new value of the 'Shortname' attribute.
      See Also:
      Generated class or method.
    • getDescription

      String getDescription()
      Returns the value of the 'Description' attribute.

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

      Returns:
      the value of the 'Description' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setDescription

      void setDescription(String value)
      Sets the value of the 'Description' attribute.
      Parameters:
      value - the new value of the 'Description' attribute.
      See Also:
      Generated class or method.
    • getDefaultValue

      double getDefaultValue()
      Returns the value of the 'Default Value' attribute.

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

      Returns:
      the value of the 'Default Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setDefaultValue

      void setDefaultValue(double value)
      Sets the value of the 'Default Value' attribute.
      Parameters:
      value - the new value of the 'Default Value' attribute.
      See Also:
      Generated class or method.