Package org.eclipse.emf.cdo.common.model
Interface CDOClassInfo
- All Superinterfaces:
Adapter
- All Known Subinterfaces:
InternalCDOClassInfo
- Since:
- 2.0
- Author:
- 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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
Adapter.Internal
-
Method Summary
Modifier and TypeMethodDescriptionint
getFeatureIndex
(int featureID) Deprecated.int
getFeatureIndex
(EStructuralFeature feature) Deprecated.As of 4.2 pushed down toInternalCDOClassInfo.getPersistentFeatureIndex(EStructuralFeature)
.boolean
boolean
hasPersistentOpposite
(EStructuralFeature feature) boolean
isPersistent
(int featureID) boolean
isPersistent
(EStructuralFeature feature) boolean
boolean
boolean
Methods inherited from interface org.eclipse.emf.common.notify.Adapter
getTarget, isAdapterForType, notifyChanged, setTarget
-
Method Details
-
getEClass
EClass getEClass() -
isResourceNode
boolean isResourceNode() -
isResourceFolder
boolean isResourceFolder() -
isResource
boolean isResource() -
isPersistent
boolean isPersistent(int featureID) - Since:
- 4.2
-
isPersistent
- Since:
- 4.2
-
hasPersistentOpposite
- Since:
- 4.2
-
hasPersistentFeatureMaps
boolean hasPersistentFeatureMaps()- Since:
- 4.10
-
getAllPersistentFeatures
EStructuralFeature[] getAllPersistentFeatures() -
getAllPersistentReferences
EReference[] getAllPersistentReferences()- Since:
- 4.2
-
getAllPersistentContainments
EStructuralFeature[] getAllPersistentContainments()- Since:
- 4.2
-
getAllPersistentMapFeatures
EStructuralFeature[] getAllPersistentMapFeatures()- Since:
- 4.10
-
getAllPersistentLobAttributes
EAttribute[] getAllPersistentLobAttributes()- Since:
- 4.16
-
getFeatureIndex
Deprecated.As of 4.2 pushed down toInternalCDOClassInfo.getPersistentFeatureIndex(EStructuralFeature)
. -
getFeatureIndex
Deprecated.As of 4.2 pushed down toInternalCDOClassInfo.getPersistentFeatureIndex(int)
.
-
InternalCDOClassInfo.getPersistentFeatureIndex(int)
.