Package org.eclipse.emf.cdo.security
Interface ClassFilter
- 
- All Superinterfaces:
- CDOObject,- CDOWithID,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.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:
- SecurityPackage.getClassFilter()
- Generated
- Model
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClassgetApplicableClass()Returns the value of the 'Applicable Class' reference.booleanisSubTypes()Returns the value of the 'Sub Types' attribute.voidsetApplicableClass(org.eclipse.emf.ecore.EClass value)Sets the value of the 'Applicable Class' reference.voidsetSubTypes(boolean value)Sets the value of the 'Sub Types' attribute.- 
Methods inherited from interface org.eclipse.emf.cdo.CDOObjectcdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface org.eclipse.emf.cdo.security.PermissionFilterformat, isApplicable, isImpacted
 
- 
 
- 
- 
- 
Method Detail- 
getApplicableClassorg.eclipse.emf.ecore.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:
- setApplicableClass(EClass),- SecurityPackage.getClassFilter_ApplicableClass()
- Generated
- Model
- required="true"
 
 - 
setApplicableClassvoid setApplicableClass(org.eclipse.emf.ecore.EClass value) Sets the value of the 'Applicable Class' reference.- Parameters:
- value- the new value of the 'Applicable Class' reference.
- See Also:
- getApplicableClass()
- Generated
 
 - 
isSubTypesboolean 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:
- setSubTypes(boolean),- SecurityPackage.getClassFilter_SubTypes()
- Generated
- Model
- default="true"
 
 - 
setSubTypesvoid setSubTypes(boolean value) Sets the value of the 'Sub Types' attribute.- Parameters:
- value- the new value of the 'Sub Types' attribute.
- See Also:
- isSubTypes()
- Generated
 
 
- 
 
-