Uses of Class
org.eclipse.emf.cdo.CDOState

Packages that use CDOState
org.eclipse.emf.cdo   
org.eclipse.emf.cdo.eresource.impl   
 

Uses of CDOState in org.eclipse.emf.cdo
 

Methods in org.eclipse.emf.cdo that return CDOState
 CDOState CDOObject.cdoState()
           
static CDOState CDOState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CDOState[] CDOState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of CDOState in org.eclipse.emf.cdo.eresource.impl
 

Methods in org.eclipse.emf.cdo.eresource.impl that return CDOState
 CDOState CDOResourceImpl.cdoState()
           
 


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