Interface InternalCDOPackageUnit
- 
- All Superinterfaces:
- CDOPackageUnit,- CDOTimeProvider,- java.lang.Comparable<CDOPackageUnit>
 
 public interface InternalCDOPackageUnit extends CDOPackageUnit If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 2.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.model.CDOPackageUnitCDOPackageUnit.State, CDOPackageUnit.Type
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalCDOPackageUnitcopy()voiddispose()InternalCDOPackageInfogetPackageInfo(java.lang.String packageURI)Returns thepackage infoobject that describes thepackagewith the given namespace URI, ornullif this package unit does not contain a package with this URI.InternalCDOPackageInfo[]getPackageInfos()Returns allpackage infoobjects of the nested package tree structure described by this package unit in depth-first traversal order.InternalCDOPackageRegistrygetPackageRegistry()Returns the package registry this package unit is managed by.InternalCDOPackageInfogetTopLevelPackageInfo()Returns thepackage infoobject that describes the top levelpackageof the nested package tree structure described by this package unit.voidinit(org.eclipse.emf.ecore.EPackage ePackage)voidload(boolean resolve)voidload(InternalCDOPackageRegistry.PackageLoader packageLoader, boolean resolve)voidread(CDODataInput in, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)voidsetOriginalType(CDOPackageUnit.Type originalType)voidsetPackageInfos(InternalCDOPackageInfo[] packageInfos)voidsetPackageRegistry(InternalCDOPackageRegistry packageRegistry)voidsetState(CDOPackageUnit.State state)voidsetTimeStamp(long timeStamp)voidwrite(CDODataOutput out, boolean withPackages)- 
Methods inherited from interface org.eclipse.emf.cdo.common.model.CDOPackageUnitgetEPackages, getID, getOriginalType, getState, getTimeStamp, getType, isResource, isSystem
 
- 
 
- 
- 
- 
Method Detail- 
getPackageRegistryInternalCDOPackageRegistry getPackageRegistry() Description copied from interface:CDOPackageUnitReturns the package registry this package unit is managed by.- Specified by:
- getPackageRegistryin interface- CDOPackageUnit
 
 - 
setPackageRegistryvoid setPackageRegistry(InternalCDOPackageRegistry packageRegistry) 
 - 
setStatevoid setState(CDOPackageUnit.State state) 
 - 
setOriginalTypevoid setOriginalType(CDOPackageUnit.Type originalType) 
 - 
setTimeStampvoid setTimeStamp(long timeStamp) 
 - 
getTopLevelPackageInfoInternalCDOPackageInfo getTopLevelPackageInfo() Description copied from interface:CDOPackageUnitReturns thepackage infoobject that describes the top levelpackageof the nested package tree structure described by this package unit.- Specified by:
- getTopLevelPackageInfoin interface- CDOPackageUnit
 
 - 
getPackageInfoInternalCDOPackageInfo getPackageInfo(java.lang.String packageURI) Description copied from interface:CDOPackageUnitReturns thepackage infoobject that describes thepackagewith the given namespace URI, ornullif this package unit does not contain a package with this URI.- Specified by:
- getPackageInfoin interface- CDOPackageUnit
 
 - 
getPackageInfosInternalCDOPackageInfo[] getPackageInfos() Description copied from interface:CDOPackageUnitReturns allpackage infoobjects of the nested package tree structure described by this package unit in depth-first traversal order.- Specified by:
- getPackageInfosin interface- CDOPackageUnit
 
 - 
setPackageInfosvoid setPackageInfos(InternalCDOPackageInfo[] packageInfos) 
 - 
loadvoid load(boolean resolve) - Since:
- 4.0
 
 - 
loadvoid load(InternalCDOPackageRegistry.PackageLoader packageLoader, boolean resolve) - Since:
- 4.0
 
 - 
writevoid write(CDODataOutput out, boolean withPackages) throws java.io.IOException - Throws:
- java.io.IOException
- Since:
- 3.0
 
 - 
readvoid read(CDODataInput in, org.eclipse.emf.ecore.resource.ResourceSet resourceSet) throws java.io.IOException - Throws:
- java.io.IOException
- Since:
- 3.0
 
 - 
copyInternalCDOPackageUnit copy() - Since:
- 4.4
 
 - 
initvoid init(org.eclipse.emf.ecore.EPackage ePackage) 
 - 
disposevoid dispose() 
 
- 
 
-