Schnittstelle ShortValue

Alle Superschnittstellen:
CDOObject, CDOWithID, EObject, Expression, Notifier, Value
Alle bekannten Implementierungsklassen:
ShortValueImpl

public interface ShortValue extends Value
A representation of the model object 'Short Value'.

The following features are supported:

Siehe auch:
Generated
Model
  • Methodendetails

    • getLiteral

      Short 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...

      Angegeben von:
      getLiteral in Schnittstelle Value
      Gibt zurück:
      the value of the 'Literal' attribute.
      Siehe auch:
      Generated
      NOT
      Model
    • setLiteral

      void setLiteral(short value)
      Sets the value of the 'Literal' attribute.
      Parameter:
      value - the new value of the 'Literal' attribute.
      Siehe auch:
      Generated