Uses of Class
org.eclipse.emf.cdo.common.commit.CDOChangeKind

Packages that use CDOChangeKind
org.eclipse.emf.cdo.common.commit Common concepts for dealing with commits and change sets. 
org.eclipse.emf.cdo.spi.common.commit Common service provider interfaces and useful base implementations for dealing with commits and change sets. 
 

Uses of CDOChangeKind in org.eclipse.emf.cdo.common.commit
 

Methods in org.eclipse.emf.cdo.common.commit that return CDOChangeKind
 CDOChangeKind CDOChangeKindProvider.getChangeKind(CDOID id)
           
static CDOChangeKind CDOChangeKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CDOChangeKind[] CDOChangeKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.cdo.common.commit that return types with arguments of type CDOChangeKind
 Map<CDOID,CDOChangeKind> CDOChangeSetData.getChangeKinds()
           
 

Uses of CDOChangeKind in org.eclipse.emf.cdo.spi.common.commit
 

Methods in org.eclipse.emf.cdo.spi.common.commit that return CDOChangeKind
 CDOChangeKind CDOChangeKindCache.getChangeKind(CDOID id)
           
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.