Uses of Enum Class
org.eclipse.emf.cdo.common.model.CDOPackageUnit.State
Packages that use 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
Methods in org.eclipse.emf.cdo.common.model that return CDOPackageUnit.StateModifier 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
Methods in org.eclipse.emf.cdo.spi.common.model with parameters of type CDOPackageUnit.StateModifier and TypeMethodDescriptionvoid
InternalCDOPackageRegistry.putPackageUnits
(InternalCDOPackageUnit[] packageUnits, CDOPackageUnit.State state) void
InternalCDOPackageUnit.setState
(CDOPackageUnit.State state)