Interface ClassFilter

All Superinterfaces:
CDOObject, CDOWithID, EObject, Notifier, PermissionFilter
All Known Implementing Classes:
ClassFilterImpl

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

The following features are supported:

See Also:
Generated
Model
  • Method Details

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

      Returns:
      the value of the 'Applicable Class' reference.
      See Also:
      Generated
      Model
      required="true"
    • setApplicableClass

      void setApplicableClass(EClass value)
      Sets the value of the 'Applicable Class' reference.
      Parameters:
      value - the new value of the 'Applicable Class' reference.
      See Also:
      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...

      Returns:
      the value of the 'Sub Types' attribute.
      See Also:
      Generated
      Model
      default="true"
    • setSubTypes

      void setSubTypes(boolean value)
      Sets the value of the 'Sub Types' attribute.
      Parameters:
      value - the new value of the 'Sub Types' attribute.
      See Also:
      Generated