Interface ClassPermission

All Superinterfaces:
CDOObject, CDOWithID, EObject, Notifier, Permission
All Known Implementing Classes:
ClassPermissionImpl

@Deprecated public interface ClassPermission extends Permission
Deprecated.
As of 4.3 use FilterPermission and ClassFilter.

The following features are supported:

A representation of the model object 'Class Permissionermission'.
See Also:
Generated
Model
  • Method Details

    • getApplicableClass

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