Uses of Enum Class
org.eclipse.emf.cdo.common.model.CDOPackageUnit.Type
Packages that use CDOPackageUnit.Type
Package
Description
Common concepts for dealing with models and types.
Common concepts for dealing with protocols and CDO-specific I/O.
Server concepts for dealing with repositories and stores.
Common service provider interfaces and useful base implementations for dealing with models and types
Common base implementations for dealing with I/O of CDO data structures.
-
Uses of CDOPackageUnit.Type in org.eclipse.emf.cdo.common.model
Methods in org.eclipse.emf.cdo.common.model that return CDOPackageUnit.TypeModifier and TypeMethodDescriptionCDOPackageTypeRegistry.deregister
(String packageURI) CDOPackageUnit.getOriginalType()
Returns the type of this package unit as it was at the time it was originally committed by a client.CDOPackageUnit.getType()
Returns the current type of this package unit.static CDOPackageUnit.Type
Returns the enum constant of this class with the specified name.static CDOPackageUnit.Type[]
CDOPackageUnit.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CDOPackageUnit.Type in org.eclipse.emf.cdo.common.protocol
Methods in org.eclipse.emf.cdo.common.protocol that return CDOPackageUnit.TypeMethods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOPackageUnit.TypeModifier and TypeMethodDescriptionvoid
CDODataOutput.writeCDOPackageUnitType
(CDOPackageUnit.Type type) -
Uses of CDOPackageUnit.Type in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server with parameters of type CDOPackageUnit.TypeModifier and TypeMethodDescriptionCDOServerImporter.Handler.handlePackageUnit
(String id, CDOPackageUnit.Type type, long time, String data) protected void
CDOServerExporter.Binary.startPackageUnit
(CDODataOutput out, String id, CDOPackageUnit.Type type, long time, String data) protected abstract void
CDOServerExporter.startPackageUnit
(OUT out, String id, CDOPackageUnit.Type type, long time, String data) protected void
CDOServerExporter.XML.startPackageUnit
(org.eclipse.net4j.util.io.XMLOutput out, String id, CDOPackageUnit.Type type, long time, String data) -
Uses of CDOPackageUnit.Type in org.eclipse.emf.cdo.spi.common.model
Methods in org.eclipse.emf.cdo.spi.common.model with parameters of type CDOPackageUnit.TypeModifier and TypeMethodDescriptionvoid
InternalCDOPackageUnit.setOriginalType
(CDOPackageUnit.Type originalType) -
Uses of CDOPackageUnit.Type in org.eclipse.emf.cdo.spi.common.protocol
Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOPackageUnit.TypeMethods in org.eclipse.emf.cdo.spi.common.protocol with parameters of type CDOPackageUnit.TypeModifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOPackageUnitType
(CDOPackageUnit.Type type)