org.eclipse.emf.cdo.spi.common.model
Interface InternalCDOPackageInfo

All Superinterfaces:
Adapter, Adapter.Internal, CDOPackageInfo, Comparable<CDOPackageInfo>, EPackage.Descriptor

public interface InternalCDOPackageInfo
extends CDOPackageInfo, Adapter.Internal

If the meaning of this type isn't clear, there really should be more of a description here...

Since:
2.0
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
 InternalCDOPackageUnit getPackageUnit()
          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.cdo.common.model.CDOPackageInfo
getEPackage, getPackageURI, getParentURI, isCorePackage, isResourcePackage, isSystemPackage, isTypePackage
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage.Descriptor
getEFactory, getEPackage
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.eclipse.emf.common.notify.Adapter.Internal
unsetTarget
 
Methods inherited from interface org.eclipse.emf.common.notify.Adapter
getTarget, isAdapterForType, notifyChanged, setTarget
 

Method Detail

getPackageUnit

InternalCDOPackageUnit getPackageUnit()
Description copied from interface: CDOPackageInfo
Returns the package unit containing this package info.

Specified by:
getPackageUnit in interface CDOPackageInfo

setPackageUnit

void setPackageUnit(InternalCDOPackageUnit packageUnit)

setPackageURI

void setPackageURI(String packageURI)

setParentURI

void setParentURI(String parentURI)

setEPackage

void setEPackage(EPackage ePackage)
Since:
4.2

write

void write(CDODataOutput out)
           throws IOException
Throws:
IOException
Since:
3.0

read

void read(CDODataInput in)
          throws IOException
Throws:
IOException
Since:
3.0


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.