Uses of Class
org.eclipse.emf.cdo.common.model.CDOPackageUnit.State

Packages that use CDOPackageUnit.State
org.eclipse.emf.cdo.common.model   
org.eclipse.emf.cdo.spi.common.model   
 

Uses of CDOPackageUnit.State in org.eclipse.emf.cdo.common.model
 

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

Uses of CDOPackageUnit.State in org.eclipse.emf.cdo.spi.common.model
 

Methods in org.eclipse.emf.cdo.spi.common.model with parameters of type CDOPackageUnit.State
 void InternalCDOPackageUnit.setState(CDOPackageUnit.State state)
           
 


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