Schnittstelle ExpressionFilter

Alle Superschnittstellen:
CDOObject, CDOWithID, EObject, Notifier, ObjectFilter, PermissionFilter
Alle bekannten Implementierungsklassen:
ExpressionFilterImpl

public interface ExpressionFilter extends ObjectFilter
A representation of the model object 'Expression Filter'.
Seit:
4.3

The following features are supported:

Siehe auch:
Generated
Model
  • Methodendetails

    • getExpression

      Expression getExpression()
      Returns the value of the 'Expression' containment reference.

      If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...

      Gibt zurück:
      the value of the 'Expression' containment reference.
      Siehe auch:
      Generated
      Model
      containment="true" required="true"
    • setExpression

      void setExpression(Expression value)
      Sets the value of the 'Expression' containment reference.
      Parameter:
      value - the new value of the 'Expression' containment reference.
      Siehe auch:
      Generated