Interface Value

All Superinterfaces:
CDOObject, CDOWithID, EObject, Expression, Notifier
All Known Subinterfaces:
BooleanValue, ByteValue, CharValue, DoubleValue, FloatValue, IntValue, LongValue, ShortValue, StringValue
All Known Implementing Classes:
BooleanValueImpl, ByteValueImpl, CharValueImpl, DoubleValueImpl, FloatValueImpl, IntValueImpl, LongValueImpl, ShortValueImpl, StringValueImpl, ValueImpl

public interface Value extends Expression
A representation of the model object 'Primitive Value'.
See Also:
Generated
Model
abstract="true"
  • Method Details

    • getLiteral

      Object getLiteral()
      Generated
      Model
      kind="operation"