Schnittstelle InternalCDOPackageUnit
- Alle Superschnittstellen:
CDOPackageUnit,CDOTimeProvider,Comparable<CDOPackageUnit>
If the meaning of this type isn't clear, there really should be more of a description here...
- Seit:
- 2.0
- Autor:
- 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.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.common.model.CDOPackageUnit
CDOPackageUnit.State, CDOPackageUnit.Type -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcopy()voiddispose()getPackageInfo(String packageURI) Returns thepackage infoobject that describes thepackagewith the given namespace URI, ornullif this package unit does not contain a package with this URI.Returns allpackage infoobjects of the nested package tree structure described by this package unit in depth-first traversal order.Returns the package registry this package unit is managed by.Returns thepackage infoobject that describes the top levelpackageof the nested package tree structure described by this package unit.voidvoidload(boolean resolve) voidload(InternalCDOPackageRegistry.PackageLoader packageLoader, boolean resolve) voidread(CDODataInput in, ResourceSet resourceSet) voidsetOriginalType(CDOPackageUnit.Type originalType) voidsetPackageInfos(InternalCDOPackageInfo[] packageInfos) voidsetPackageRegistry(InternalCDOPackageRegistry packageRegistry) voidsetState(CDOPackageUnit.State state) voidsetTimeStamp(long timeStamp) voidwrite(CDODataOutput out, boolean withPackages) Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.common.model.CDOPackageUnit
getEPackages, getID, getOriginalType, getState, getTimeStamp, getType, isResource, isSystemVon Schnittstelle geerbte Methoden java.lang.Comparable
compareTo
-
Methodendetails
-
getPackageRegistry
InternalCDOPackageRegistry getPackageRegistry()Beschreibung aus Schnittstelle kopiert:CDOPackageUnitReturns the package registry this package unit is managed by.- Angegeben von:
getPackageRegistryin SchnittstelleCDOPackageUnit
-
setPackageRegistry
-
setState
-
setOriginalType
-
setTimeStamp
void setTimeStamp(long timeStamp) -
getTopLevelPackageInfo
InternalCDOPackageInfo getTopLevelPackageInfo()Beschreibung aus Schnittstelle kopiert:CDOPackageUnitReturns thepackage infoobject that describes the top levelpackageof the nested package tree structure described by this package unit.- Angegeben von:
getTopLevelPackageInfoin SchnittstelleCDOPackageUnit
-
getPackageInfo
Beschreibung aus Schnittstelle kopiert:CDOPackageUnitReturns thepackage infoobject that describes thepackagewith the given namespace URI, ornullif this package unit does not contain a package with this URI.- Angegeben von:
getPackageInfoin SchnittstelleCDOPackageUnit
-
getPackageInfos
InternalCDOPackageInfo[] getPackageInfos()Beschreibung aus Schnittstelle kopiert:CDOPackageUnitReturns allpackage infoobjects of the nested package tree structure described by this package unit in depth-first traversal order.- Angegeben von:
getPackageInfosin SchnittstelleCDOPackageUnit
-
setPackageInfos
-
load
void load(boolean resolve) - Seit:
- 4.0
-
load
- Seit:
- 4.0
-
write
- Löst aus:
IOException- Seit:
- 3.0
-
read
- Löst aus:
IOException- Seit:
- 3.0
-
copy
InternalCDOPackageUnit copy()- Seit:
- 4.4
-
init
-
dispose
void dispose()
-