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

Packages that use CDOState
org.eclipse.emf.cdo   
org.eclipse.emf.spi.cdo   
 

Uses of CDOState in org.eclipse.emf.cdo
 

Methods in org.eclipse.emf.cdo that return CDOState
 CDOState CDOObject.cdoState()
          Returns the local state of this object.
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.spi.cdo
 

Methods in org.eclipse.emf.spi.cdo that return CDOState
 CDOState InternalCDOObject.cdoInternalSetState(CDOState state)
           
 

Methods in org.eclipse.emf.spi.cdo with parameters of type CDOState
 CDOState InternalCDOObject.cdoInternalSetState(CDOState state)
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.