Schnittstelle BooleanValue

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

public interface BooleanValue extends Value
A representation of the model object 'Boolean Value'.

The following features are supported:

Siehe auch:
Generated
Model
  • Methodendetails

    • isLiteral

      boolean isLiteral()
      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...

      Gibt zurück:
      the value of the 'Literal' attribute.
      Siehe auch:
      Generated
      Model
    • setLiteral

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