Uses of Interface
org.eclipse.emf.cdo.common.model.CDOFeature

Packages that use CDOFeature
org.eclipse.emf.cdo   
org.eclipse.emf.cdo.analyzer   
org.eclipse.emf.cdo.common.analyzer   
org.eclipse.emf.cdo.common.model   
org.eclipse.emf.cdo.common.model.resource   
org.eclipse.emf.cdo.common.revision   
org.eclipse.emf.cdo.common.revision.delta   
org.eclipse.emf.cdo.server   
org.eclipse.emf.cdo.server.db   
org.eclipse.emf.cdo.server.hibernate   
org.eclipse.emf.cdo.spi.common   
 

Uses of CDOFeature in org.eclipse.emf.cdo
 

Methods in org.eclipse.emf.cdo that return CDOFeature
 CDOFeature CDOSessionPackageManager.convert(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 

Methods in org.eclipse.emf.cdo with parameters of type CDOFeature
 org.eclipse.emf.ecore.EStructuralFeature CDOSessionPackageManager.convert(CDOFeature cdoFeature)
           
 

Uses of CDOFeature in org.eclipse.emf.cdo.analyzer
 

Methods in org.eclipse.emf.cdo.analyzer with parameters of type CDOFeature
 void CDOFeatureAnalyzer.postTraverseFeature(org.eclipse.emf.internal.cdo.InternalCDOObject revision, CDOFeature feature, int index, java.lang.Object value)
           
 void CDOFeatureAnalyzer.preTraverseFeature(org.eclipse.emf.internal.cdo.InternalCDOObject revision, CDOFeature feature, int index)
           
 

Uses of CDOFeature in org.eclipse.emf.cdo.common.analyzer
 

Methods in org.eclipse.emf.cdo.common.analyzer that return types with arguments of type CDOFeature
 java.util.List<CDOFeature> CDOFetchRule.getFeatures()
           
 

Methods in org.eclipse.emf.cdo.common.analyzer with parameters of type CDOFeature
 void CDOFetchRule.addFeature(CDOFeature feature)
           
 void CDOFetchRule.removeFeature(CDOFeature feature)
           
 

Uses of CDOFeature in org.eclipse.emf.cdo.common.model
 

Methods in org.eclipse.emf.cdo.common.model that return CDOFeature
static CDOFeature CDOModelUtil.createAttribute(CDOClass containingClass, int featureID, java.lang.String name, CDOType type, boolean many)
           
static CDOFeature CDOModelUtil.createReference(CDOClass containingClass, int featureID, java.lang.String name, CDOClassProxy referenceType, boolean many, boolean containment)
           
 CDOFeature[] CDOClass.getAllFeatures()
           
 CDOFeature[] CDOClass.getFeatures()
           
 CDOFeature CDOClass.lookupFeature(int featureID)
           
 CDOFeature CDOClass.lookupFeature(java.lang.String name)
           
static CDOFeature CDOModelUtil.readFeature(CDOClass containingClass, org.eclipse.net4j.util.io.ExtendedDataInput in)
           
 

Methods in org.eclipse.emf.cdo.common.model with parameters of type CDOFeature
 int CDOClass.getFeatureID(CDOFeature feature)
           
static void CDOModelUtil.writeFeature(org.eclipse.net4j.util.io.ExtendedDataOutput out, CDOFeature cdoFeature)
           
 

Uses of CDOFeature in org.eclipse.emf.cdo.common.model.resource
 

Subinterfaces of CDOFeature in org.eclipse.emf.cdo.common.model.resource
 interface CDOContentsFeature
           
 interface CDOPathFeature
           
 

Uses of CDOFeature in org.eclipse.emf.cdo.common.revision
 

Methods in org.eclipse.emf.cdo.common.revision that return CDOFeature
 CDOFeature CDOReferenceProxy.getFeature()
           
 

Methods in org.eclipse.emf.cdo.common.revision with parameters of type CDOFeature
 boolean CDORevisionData.contains(CDOFeature feature, java.lang.Object value)
           
 java.lang.Object CDORevisionData.get(CDOFeature feature, int index)
           
 int CDORevisionData.hashCode(CDOFeature feature)
           
 int CDORevisionData.indexOf(CDOFeature feature, java.lang.Object value)
           
 boolean CDORevisionData.isEmpty(CDOFeature feature)
           
 boolean CDORevisionData.isSet(CDOFeature feature)
           
 int CDORevisionData.lastIndexOf(CDOFeature feature, java.lang.Object value)
           
 int CDORevisionData.size(CDOFeature feature)
           
 java.lang.Object[] CDORevisionData.toArray(CDOFeature feature)
           
<T> T[]
CDORevisionData.toArray(CDOFeature feature, T[] array)
           
 

Uses of CDOFeature in org.eclipse.emf.cdo.common.revision.delta
 

Methods in org.eclipse.emf.cdo.common.revision.delta that return CDOFeature
 CDOFeature CDOFeatureDelta.getFeature()
           
 

Uses of CDOFeature in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server that return CDOFeature
 CDOFeature IStoreChunkReader.getFeature()
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type CDOFeature
 IStoreChunkReader IStoreReader.createChunkReader(CDORevision revision, CDOFeature feature)
           
 

Uses of CDOFeature in org.eclipse.emf.cdo.server.db
 

Methods in org.eclipse.emf.cdo.server.db that return CDOFeature
 CDOFeature IFeatureMapping.getFeature()
           
 

Methods in org.eclipse.emf.cdo.server.db with parameters of type CDOFeature
 IAttributeMapping IClassMapping.getAttributeMapping(CDOFeature feature)
           
 IReferenceMapping IClassMapping.getReferenceMapping(CDOFeature feature)
           
 

Uses of CDOFeature in org.eclipse.emf.cdo.server.hibernate
 

Methods in org.eclipse.emf.cdo.server.hibernate with parameters of type CDOFeature
 IHibernateStoreChunkReader IHibernateStoreReader.createChunkReader(CDORevision revision, CDOFeature feature)
           
 

Uses of CDOFeature in org.eclipse.emf.cdo.spi.common
 

Subinterfaces of CDOFeature in org.eclipse.emf.cdo.spi.common
 interface InternalCDOFeature
           
 

Methods in org.eclipse.emf.cdo.spi.common with parameters of type CDOFeature
 void InternalCDORevision.add(CDOFeature feature, int index, java.lang.Object value)
           
 void InternalCDOClass.addFeature(CDOFeature cdoFeature)
           
 void InternalCDORevision.clear(CDOFeature feature)
           
 org.eclipse.net4j.util.collection.MoveableList<java.lang.Object> InternalCDORevision.getList(CDOFeature feature)
           
 org.eclipse.net4j.util.collection.MoveableList<java.lang.Object> InternalCDORevision.getList(CDOFeature feature, int size)
           
 java.lang.Object InternalCDORevision.getValue(CDOFeature feature)
           
 java.lang.Object InternalCDORevision.move(CDOFeature feature, int targetIndex, int sourceIndex)
           
 java.lang.Object InternalCDORevision.remove(CDOFeature feature, int index)
           
 java.lang.Object InternalCDORevision.set(CDOFeature feature, int index, java.lang.Object value)
           
 void InternalCDORevision.setListSize(CDOFeature feature, int size)
           
 java.lang.Object InternalCDORevision.setValue(CDOFeature feature, java.lang.Object value)
           
 void InternalCDORevision.unset(CDOFeature feature)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.