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 interface
Encapsulation 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
.int
getPersistentFeatureIndex
(int featureID) int
int
Returns the number offeatures
whose values are always stored in theCDOObjectImpl.eSettings
array, whether an object is inCDOState.TRANSIENT
or not.int
getSettingsFeatureIndex
(int featureID) Returns the index of the specifiedfeature
in theCDOObjectImpl.eSettings
array, orNO_SLOT
if the feature isnon-transient
orsingle-valued
.int
Returns the number offeatures
whose values are additionally stored in theCDOObjectImpl.eSettings
array, if an object is inCDOState.TRANSIENT
.int
getTransientFeatureIndex
(int featureID) Returns the index of the specifiedfeature
in theCDOObjectImpl.eSettings
array, orNO_SLOT
if the feature istransient
ormany-valued
int
Von Schnittstelle geerbte Methoden org.eclipse.emf.common.notify.Adapter
getTarget, isAdapterForType, notifyChanged, setTarget
Von 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 offeatures
whose values are always stored in theCDOObjectImpl.eSettings
array, whether an object is inCDOState.TRANSIENT
or not.These are the
transient
and/ormany-valued
features.- Siehe auch:
-
getSettingsFeatureIndex
int getSettingsFeatureIndex(int featureID) Returns the index of the specifiedfeature
in theCDOObjectImpl.eSettings
array, orNO_SLOT
if the feature isnon-transient
orsingle-valued
.- Siehe auch:
-
getTransientFeatureCount
int getTransientFeatureCount()Returns the number offeatures
whose values are additionally stored in theCDOObjectImpl.eSettings
array, if an object is inCDOState.TRANSIENT
.These are the
non-transient
and/orsingle-valued
features.- Siehe auch:
-
getTransientFeatureIndex
int getTransientFeatureIndex(int featureID) Returns the index of the specifiedfeature
in theCDOObjectImpl.eSettings
array, orNO_SLOT
if the feature istransient
ormany-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
, ornull
if it has no filter but just follows the default persistence rules
-