
public interface CDOClassInfo
extends org.eclipse.emf.common.notify.Adapter
adapter that encapsulates CDO specific information about an EClass.| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EStructuralFeature[] |
getAllPersistentContainments() |
org.eclipse.emf.ecore.EStructuralFeature[] |
getAllPersistentFeatures() |
org.eclipse.emf.ecore.EReference[] |
getAllPersistentReferences() |
org.eclipse.emf.ecore.EClass |
getEClass() |
int |
getFeatureIndex(org.eclipse.emf.ecore.EStructuralFeature feature)
Deprecated.
As of 4.2 pushed down to
InternalCDOClassInfo.getPersistentFeatureIndex(EStructuralFeature). |
int |
getFeatureIndex(int featureID)
Deprecated.
As of 4.2 pushed down to
InternalCDOClassInfo.getPersistentFeatureIndex(int). |
boolean |
hasPersistentOpposite(org.eclipse.emf.ecore.EStructuralFeature feature) |
boolean |
isPersistent(org.eclipse.emf.ecore.EStructuralFeature feature) |
boolean |
isPersistent(int featureID) |
boolean |
isResource() |
boolean |
isResourceFolder() |
boolean |
isResourceNode() |
org.eclipse.emf.ecore.EClass getEClass()
boolean isResourceNode()
boolean isResourceFolder()
boolean isResource()
boolean isPersistent(int featureID)
boolean isPersistent(org.eclipse.emf.ecore.EStructuralFeature feature)
boolean hasPersistentOpposite(org.eclipse.emf.ecore.EStructuralFeature feature)
org.eclipse.emf.ecore.EStructuralFeature[] getAllPersistentFeatures()
org.eclipse.emf.ecore.EReference[] getAllPersistentReferences()
org.eclipse.emf.ecore.EStructuralFeature[] getAllPersistentContainments()
@Deprecated int getFeatureIndex(org.eclipse.emf.ecore.EStructuralFeature feature)
InternalCDOClassInfo.getPersistentFeatureIndex(EStructuralFeature).@Deprecated int getFeatureIndex(int featureID)
InternalCDOClassInfo.getPersistentFeatureIndex(int).Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.