Package org.eclipse.emf.cdo.security
Schnittstelle ClassFilter
- Alle Superschnittstellen:
CDOObject,CDOWithID,EObject,Notifier,PermissionFilter
- Alle bekannten Implementierungsklassen:
ClassFilterImpl
A representation of the model object 'Class Filter'.
- Seit:
- 4.3
The following features are supported:
- Siehe auch:
- Generated
- Model
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the value of the 'Applicable Class' reference.booleanReturns the value of the 'Sub Types' attribute.voidsetApplicableClass(EClass value) Sets the value of the 'Applicable Class' reference.voidsetSubTypes(boolean value) Sets the value of the 'Sub Types' attribute.Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionVon Schnittstelle geerbte Methoden org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetVon Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.security.PermissionFilter
format, isApplicable, isImpacted
-
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
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
-