|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CDOPackageInfo | |
---|---|
org.eclipse.emf.cdo.common.model | Common concepts for dealing with models and types. |
org.eclipse.emf.cdo.common.protocol | Common concepts for dealing with protocols and CDO-specific I/O. |
org.eclipse.emf.cdo.spi.common.model | Common service provider interfaces and useful base implementations for dealing with models and types |
Uses of CDOPackageInfo in org.eclipse.emf.cdo.common.model |
---|
Methods in org.eclipse.emf.cdo.common.model that return CDOPackageInfo | |
---|---|
static CDOPackageInfo |
CDOModelUtil.createPackageInfo()
|
CDOPackageInfo |
CDOPackageRegistry.getPackageInfo(EPackage ePackage)
|
static CDOPackageInfo |
CDOModelUtil.getPackageInfo(Object value,
CDOPackageRegistry packageRegistry)
|
CDOPackageInfo |
CDOPackageUnit.getPackageInfo(String packageURI)
Returns the package info object that describes the package with the given
namespace URI, or null if this package unit does not contain a package with this URI. |
CDOPackageInfo[] |
CDOPackageRegistry.getPackageInfos()
Returns all package infos that are registered in this package registry. |
CDOPackageInfo[] |
CDOPackageUnit.getPackageInfos()
Returns all package info objects of the nested package tree structure described by this
package unit in depth-first traversal order. |
CDOPackageInfo |
CDOPackageUnit.getTopLevelPackageInfo()
Returns the package info object that describes the top level package 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 CDOPackageInfo | |
---|---|
CDOPackageInfo |
CDODataInput.readCDOPackageInfo()
|
Methods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOPackageInfo | |
---|---|
void |
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.model | |
---|---|
interface |
InternalCDOPackageInfo
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |