Package org.eclipse.emf.cdo.lm.security
Schnittstelle ModuleTypeFilter
- Alle bekannten Implementierungsklassen:
ModuleTypeFilterImpl
A representation of the model object 'Module Type Filter'.
The following features are supported:
- Siehe auch:
- Generated
- Model
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the value of the 'Module Type' attribute.booleanReturns the value of the 'Include Untyped' attribute.voidsetIncludeUntyped(boolean value) Sets the value of the 'Include Untyped' attribute.voidsetModuleType(String value) Sets the value of the 'Module Type' 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
-
getModuleType
String getModuleType()Returns the value of the 'Module Type' attribute.- Gibt zurück:
- the value of the 'Module Type' attribute.
- Siehe auch:
- Generated
- Model
-
setModuleType
Sets the value of the 'Module Type' attribute.- Parameter:
value- the new value of the 'Module Type' attribute.- Siehe auch:
- Generated
-
isIncludeUntyped
boolean isIncludeUntyped()Returns the value of the 'Include Untyped' attribute.- Gibt zurück:
- the value of the 'Include Untyped' attribute.
- Siehe auch:
- Generated
- Model
-
setIncludeUntyped
void setIncludeUntyped(boolean value) Sets the value of the 'Include Untyped' attribute.- Parameter:
value- the new value of the 'Include Untyped' attribute.- Siehe auch:
- Generated
-