Schnittstelle CombinedFilter

Alle Superschnittstellen:
CDOObject, CDOWithID, EObject, Notifier, PermissionFilter
Alle bekannten Unterschnittstellen:
AndFilter, NotFilter, OrFilter
Alle bekannten Implementierungsklassen:
AndFilterImpl, CombinedFilterImpl, NotFilterImpl, OrFilterImpl

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

The following features are supported:

Siehe auch:
Generated
Model
abstract="true"
  • Methodendetails

    • 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...

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