Interface CombinedFilter

All Superinterfaces:
CDOObject, CDOWithID, EObject, Notifier, PermissionFilter
All Known Subinterfaces:
AndFilter, NotFilter, OrFilter
All Known Implementing Classes:
AndFilterImpl, CombinedFilterImpl, NotFilterImpl, OrFilterImpl

public interface CombinedFilter extends PermissionFilter
A representation of the model object 'Combined Filter'.
Since:
4.3

The following features are supported:

See Also:
Generated
Model
abstract="true"
  • Method Details

    • getOperands

      EList<PermissionFilter> getOperands()
      Returns the value of the 'Operands' containment reference list. The list contents are of type PermissionFilter.

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

      Returns:
      the value of the 'Operands' containment reference list.
      See Also:
      Generated
      Model
      containment="true" required="true"