Uses of Interface
org.eclipse.emf.cdo.common.model.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
Modifier 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
Modifier and TypeMethodDescriptionvoid
CDODataOutput.writeCDOPackageInfo
(CDOPackageInfo packageInfo) -
Uses of CDOPackageInfo in org.eclipse.emf.cdo.spi.common.model
Modifier 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
Modifier and TypeMethodDescriptionvoid
CDODataOutputImpl.writeCDOPackageInfo
(CDOPackageInfo packageInfo)