Interface FloatValue

All Superinterfaces:
CDOObject, CDOWithID, EObject, Expression, Notifier, Value
All Known Implementing Classes:
FloatValueImpl

public interface FloatValue extends Value
A representation of the model object 'Float Value'.

The following features are supported:

See Also:
Generated
Model
  • Method Details

    • getLiteral

      Float getLiteral()
      Returns the value of the 'Literal' attribute.

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

      Specified by:
      getLiteral in interface Value
      Returns:
      the value of the 'Literal' attribute.
      See Also:
      Generated
      NOT
      Model
    • setLiteral

      void setLiteral(float value)
      Sets the value of the 'Literal' attribute.
      Parameters:
      value - the new value of the 'Literal' attribute.
      See Also:
      Generated