Uses of Interface
org.eclipse.emf.cdo.common.model.CDOPackageInfo
Packages that use CDOPackageInfo
Package
Description
Common concepts for dealing with models and types.
Common concepts for dealing with protocols and CDO-specific I/O.
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 CDOPackageInfo in org.eclipse.emf.cdo.common.model
Methods in org.eclipse.emf.cdo.common.model that return CDOPackageInfoModifier and TypeMethodDescriptionstatic CDOPackageInfo
CDOModelUtil.createPackageInfo()
static CDOPackageInfo
CDOModelUtil.getPackageInfo
(Object value, CDOPackageRegistry packageRegistry) CDOPackageRegistry.getPackageInfo
(EPackage ePackage) CDOPackageUnit.getPackageInfo
(String packageURI) Returns thepackage info
object that describes thepackage
with the given namespace URI, ornull
if this package unit does not contain a package with this URI.CDOPackageRegistry.getPackageInfos()
Returns all package infos that are registered in this package registry.CDOPackageUnit.getPackageInfos()
Returns allpackage info
objects of the nested package tree structure described by this package unit in depth-first traversal order.CDOPackageUnit.getTopLevelPackageInfo()
Returns thepackage info
object that describes the top levelpackage
of the nested package tree structure described by this package unit. -
Uses of CDOPackageInfo in org.eclipse.emf.cdo.common.protocol
Methods in org.eclipse.emf.cdo.common.protocol that return CDOPackageInfoMethods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOPackageInfoModifier and TypeMethodDescriptionvoid
CDODataOutput.writeCDOPackageInfo
(CDOPackageInfo packageInfo) -
Uses of CDOPackageInfo in org.eclipse.emf.cdo.spi.common.model
Subinterfaces of CDOPackageInfo in org.eclipse.emf.cdo.spi.common.modelModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOPackageInfo in org.eclipse.emf.cdo.spi.common.protocol
Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOPackageInfoMethods in org.eclipse.emf.cdo.spi.common.protocol with parameters of type CDOPackageInfoModifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOPackageInfo
(CDOPackageInfo packageInfo)