Interface Constant

All Superinterfaces:
EObject, Function, Notifier, Seasonal
All Known Implementing Classes:
ConstantImpl

public interface Constant extends Seasonal
A representation of the model object ' Constant'.

The following features are supported:

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

    • getConstant

      double getConstant()
      Returns the value of the 'Constant' attribute.

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

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

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