Schnittstelle ClassFilter

Alle Superschnittstellen:
CDOObject, CDOWithID, EObject, Notifier, PermissionFilter
Alle bekannten Implementierungsklassen:
ClassFilterImpl

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

The following features are supported:

Siehe auch:
Generated
Model
  • Methodendetails

    • getApplicableClass

      EClass getApplicableClass()
      Returns the value of the 'Applicable Class' reference.

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

      Gibt zurück:
      the value of the 'Applicable Class' reference.
      Siehe auch:
      Generated
      Model
      required="true"
    • setApplicableClass

      void setApplicableClass(EClass value)
      Sets the value of the 'Applicable Class' reference.
      Parameter:
      value - the new value of the 'Applicable Class' reference.
      Siehe auch:
      Generated
    • isSubTypes

      boolean isSubTypes()
      Returns the value of the 'Sub Types' attribute. The default value is "true".

      If the meaning of the 'Sub Types' attribute isn't clear, there really should be more of a description here...

      Gibt zurück:
      the value of the 'Sub Types' attribute.
      Siehe auch:
      Generated
      Model
      default="true"
    • setSubTypes

      void setSubTypes(boolean value)
      Sets the value of the 'Sub Types' attribute.
      Parameter:
      value - the new value of the 'Sub Types' attribute.
      Siehe auch:
      Generated