Uses of Enum Class
org.eclipse.emf.cdo.common.model.CDOPackageUnit.State
Package
Description
Common concepts for dealing with models and types.
Common service provider interfaces and useful base implementations for dealing with models and types
-
Uses of CDOPackageUnit.State in org.eclipse.emf.cdo.common.model
Modifier and TypeMethodDescriptionCDOPackageUnit.getState()
Returns the current state of this package unit.static CDOPackageUnit.State
Returns the enum constant of this class with the specified name.static CDOPackageUnit.State[]
CDOPackageUnit.State.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CDOPackageUnit.State in org.eclipse.emf.cdo.spi.common.model
Modifier and TypeMethodDescriptionvoid
InternalCDOPackageRegistry.putPackageUnits
(InternalCDOPackageUnit[] packageUnits, CDOPackageUnit.State state) void
InternalCDOPackageUnit.setState
(CDOPackageUnit.State state)