Interface InternalCDOPackageInfo
- All Superinterfaces:
Adapter
,Adapter.Internal
,CDOPackageInfo
,Comparable<CDOPackageInfo>
,EPackage.Descriptor
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.common.notify.Adapter
Adapter.Internal
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
Returns the package unit containing this package info.void
read
(CDODataInput in) void
setEPackage
(EPackage ePackage) void
setPackageUnit
(InternalCDOPackageUnit packageUnit) void
setPackageURI
(String packageURI) void
setParentURI
(String parentURI) void
write
(CDODataOutput out) Methods inherited from interface org.eclipse.emf.common.notify.Adapter
getTarget, isAdapterForType, notifyChanged, setTarget
Methods inherited from interface org.eclipse.emf.common.notify.Adapter.Internal
unsetTarget
Methods inherited from interface org.eclipse.emf.cdo.common.model.CDOPackageInfo
getEPackage, getPackageURI, getParentURI, isCorePackage, isResourcePackage, isSystemPackage, isTypePackage
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.eclipse.emf.ecore.EPackage.Descriptor
getEFactory, getEPackage
-
Method Details
-
getPackageUnit
InternalCDOPackageUnit getPackageUnit()Description copied from interface:CDOPackageInfo
Returns the package unit containing this package info.- Specified by:
getPackageUnit
in interfaceCDOPackageInfo
-
setPackageUnit
-
setPackageURI
-
setParentURI
-
setEPackage
- Since:
- 4.2
-
write
- Throws:
IOException
- Since:
- 3.0
-
read
- Throws:
IOException
- Since:
- 3.0
-
copy
InternalCDOPackageInfo copy()- Since:
- 4.4
-