Interface BoolLiteral

All Superinterfaces:
Atom, BooleanExpression, org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, Comparison, EObject, Expression, IfElse, Notifier, Power, Product, Term, Unary
All Known Implementing Classes:
BoolLiteralImpl

public interface BoolLiteral extends Atom
A representation of the model object 'Bool Literal'.

The following features are supported:

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

  • Method Details

    • isValue

      boolean isValue()
      Returns the value of the 'Value' attribute.
      Returns:
      the value of the 'Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setValue

      void setValue(boolean value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also:
      Generated class or method.