Interface NotExpression

All Superinterfaces:
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:
NotExpressionImpl

public interface NotExpression extends Unary
A representation of the model object 'Not Expression'.

The following features are supported:

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

  • Method Details

    • getInner

      Unary getInner()
      Returns the value of the 'Inner' containment reference.
      Returns:
      the value of the 'Inner' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true" ordered="false"
    • setInner

      void setInner(Unary value)
      Sets the value of the 'Inner' containment reference.
      Parameters:
      value - the new value of the 'Inner' containment reference.
      See Also:
      Generated class or method.