Schnittstelle InternalCDOClassInfo
- Alle Superschnittstellen:
Adapter,CDOClassInfo
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 4.2
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic interfaceEncapsulation of a rule for filtering the persistent values of a feature in some model element.Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.common.notify.Adapter
Adapter.Internal -
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetPersistenceFilter(EStructuralFeature feature) Obtains a rule that filters/transforms the persist values of the givenfeature.intgetPersistentFeatureIndex(int featureID) intintReturns the number offeatureswhose values are always stored in theCDOObjectImpl.eSettingsarray, whether an object is inCDOState.TRANSIENTor not.intgetSettingsFeatureIndex(int featureID) Returns the index of the specifiedfeaturein theCDOObjectImpl.eSettingsarray, orNO_SLOTif the feature isnon-transientorsingle-valued.intReturns the number offeatureswhose values are additionally stored in theCDOObjectImpl.eSettingsarray, if an object is inCDOState.TRANSIENT.intgetTransientFeatureIndex(int featureID) Returns the index of the specifiedfeaturein theCDOObjectImpl.eSettingsarray, orNO_SLOTif the feature istransientormany-valuedintVon Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Adapter
getTarget, isAdapterForType, notifyChanged, setTargetVon Schnittstelle geerbte Methoden org.eclipse.emf.cdo.common.model.CDOClassInfo
getAllPersistentContainments, getAllPersistentFeatures, getAllPersistentLobAttributes, getAllPersistentMapFeatures, getAllPersistentReferences, getEClass, getFeatureIndex, getFeatureIndex, hasPersistentFeatureMaps, hasPersistentOpposite, isPersistent, isPersistent, isResource, isResourceFolder, isResourceNode
-
Felddetails
-
NO_SLOT
static final int NO_SLOT- Siehe auch:
-
-
Methodendetails
-
getRevisionForID
-
getPersistentFeatureIndex
- Löst aus:
IllegalArgumentException- if the specified feature is notpersistent.- Siehe auch:
-
getPersistentFeatureIndex
- Löst aus:
IllegalArgumentException- if the specified feature is notpersistent.- Siehe auch:
-
getSettingsFeatureCount
int getSettingsFeatureCount()Returns the number offeatureswhose values are always stored in theCDOObjectImpl.eSettingsarray, whether an object is inCDOState.TRANSIENTor not.These are the
transientand/ormany-valuedfeatures.- Siehe auch:
-
getSettingsFeatureIndex
int getSettingsFeatureIndex(int featureID) Returns the index of the specifiedfeaturein theCDOObjectImpl.eSettingsarray, orNO_SLOTif the feature isnon-transientorsingle-valued.- Siehe auch:
-
getTransientFeatureCount
int getTransientFeatureCount()Returns the number offeatureswhose values are additionally stored in theCDOObjectImpl.eSettingsarray, if an object is inCDOState.TRANSIENT.These are the
non-transientand/orsingle-valuedfeatures.- Siehe auch:
-
getTransientFeatureIndex
int getTransientFeatureIndex(int featureID) Returns the index of the specifiedfeaturein theCDOObjectImpl.eSettingsarray, orNO_SLOTif the feature istransientormany-valued- Siehe auch:
-
getTransientFeatureIndex
- Siehe auch:
-
getPersistenceFilter
Obtains a rule that filters/transforms the persist values of the givenfeature.- Parameter:
feature- a feature to be persisted- Gibt zurück:
- a persistence filter rule for the
feature, ornullif it has no filter but just follows the default persistence rules
-