Package org.eclipse.emf.cdo.common.model
Interface CDOClassInfo
- 
- All Superinterfaces:
- org.eclipse.emf.common.notify.Adapter
 - All Known Subinterfaces:
- InternalCDOClassInfo
 
 public interface CDOClassInfo extends org.eclipse.emf.common.notify.AdapterAn EMFadapterthat encapsulates CDO specific information about anEClass.- 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.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description org.eclipse.emf.ecore.EStructuralFeature[]getAllPersistentContainments()org.eclipse.emf.ecore.EStructuralFeature[]getAllPersistentFeatures()org.eclipse.emf.ecore.EStructuralFeature[]getAllPersistentMapFeatures()org.eclipse.emf.ecore.EReference[]getAllPersistentReferences()org.eclipse.emf.ecore.EClassgetEClass()intgetFeatureIndex(int featureID)Deprecated.As of 4.2 pushed down toInternalCDOClassInfo.getPersistentFeatureIndex(int).intgetFeatureIndex(org.eclipse.emf.ecore.EStructuralFeature feature)Deprecated.As of 4.2 pushed down toInternalCDOClassInfo.getPersistentFeatureIndex(EStructuralFeature).booleanhasPersistentFeatureMaps()booleanhasPersistentOpposite(org.eclipse.emf.ecore.EStructuralFeature feature)booleanisPersistent(int featureID)booleanisPersistent(org.eclipse.emf.ecore.EStructuralFeature feature)booleanisResource()booleanisResourceFolder()booleanisResourceNode()
 
- 
- 
- 
Method Detail- 
getEClassorg.eclipse.emf.ecore.EClass getEClass() 
 - 
isResourceNodeboolean isResourceNode() 
 - 
isResourceFolderboolean isResourceFolder() 
 - 
isResourceboolean isResource() 
 - 
isPersistentboolean isPersistent(int featureID) - Since:
- 4.2
 
 - 
isPersistentboolean isPersistent(org.eclipse.emf.ecore.EStructuralFeature feature) - Since:
- 4.2
 
 - 
hasPersistentOppositeboolean hasPersistentOpposite(org.eclipse.emf.ecore.EStructuralFeature feature) - Since:
- 4.2
 
 - 
hasPersistentFeatureMapsboolean hasPersistentFeatureMaps() - Since:
- 4.10
 
 - 
getAllPersistentFeaturesorg.eclipse.emf.ecore.EStructuralFeature[] getAllPersistentFeatures() 
 - 
getAllPersistentReferencesorg.eclipse.emf.ecore.EReference[] getAllPersistentReferences() - Since:
- 4.2
 
 - 
getAllPersistentContainmentsorg.eclipse.emf.ecore.EStructuralFeature[] getAllPersistentContainments() - Since:
- 4.2
 
 - 
getAllPersistentMapFeaturesorg.eclipse.emf.ecore.EStructuralFeature[] getAllPersistentMapFeatures() - Since:
- 4.10
 
 - 
getFeatureIndex@Deprecated int getFeatureIndex(org.eclipse.emf.ecore.EStructuralFeature feature) Deprecated.As of 4.2 pushed down toInternalCDOClassInfo.getPersistentFeatureIndex(EStructuralFeature).
 - 
getFeatureIndex@Deprecated int getFeatureIndex(int featureID) Deprecated.As of 4.2 pushed down toInternalCDOClassInfo.getPersistentFeatureIndex(int).
 
- 
 
-