Uses of Class
org.eclipse.emf.cdo.common.model.CDOPackageUnit.Type

Packages that use CDOPackageUnit.Type
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.server Server concepts for dealing with repositories and stores. 
org.eclipse.emf.cdo.spi.common.model Common service provider interfaces and useful base implementations for dealing with models and types 
org.eclipse.emf.cdo.spi.common.protocol Common base implementations for dealing with I/O of CDO data structures. 
 

Uses of CDOPackageUnit.Type in org.eclipse.emf.cdo.common.model
 

Methods in org.eclipse.emf.cdo.common.model that return CDOPackageUnit.Type
 CDOPackageUnit.Type CDOPackageTypeRegistry.deregister(String packageURI)
           
 CDOPackageUnit.Type CDOPackageUnit.getOriginalType()
          Returns the type of this package unit as it was at the time it was originally committed by a client.
 CDOPackageUnit.Type CDOPackageUnit.getType()
          Returns the current type of this package unit.
 CDOPackageUnit.Type CDOPackageTypeRegistry.lookup(EPackage ePackage)
           
 CDOPackageUnit.Type CDOPackageTypeRegistry.lookup(String packageURI)
           
 CDOPackageUnit.Type CDOPackageTypeRegistry.register(EPackage ePackage)
           
static CDOPackageUnit.Type CDOPackageUnit.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CDOPackageUnit.Type[] CDOPackageUnit.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CDOPackageUnit.Type in org.eclipse.emf.cdo.common.protocol
 

Methods in org.eclipse.emf.cdo.common.protocol that return CDOPackageUnit.Type
 CDOPackageUnit.Type CDODataInput.readCDOPackageUnitType()
           
 

Methods in org.eclipse.emf.cdo.common.protocol with parameters of type CDOPackageUnit.Type
 void CDODataOutput.writeCDOPackageUnitType(CDOPackageUnit.Type type)
           
 

Uses of CDOPackageUnit.Type in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server with parameters of type CDOPackageUnit.Type
 InternalCDOPackageUnit CDOServerImporter.Handler.handlePackageUnit(String id, CDOPackageUnit.Type type, long time, String data)
           
protected abstract  void CDOServerExporter.startPackageUnit(OUT out, String id, CDOPackageUnit.Type type, long time, String data)
           
protected  void CDOServerExporter.XML.startPackageUnit(XMLOutput out, String id, CDOPackageUnit.Type type, long time, String data)
           
 

Uses of CDOPackageUnit.Type in org.eclipse.emf.cdo.spi.common.model
 

Methods in org.eclipse.emf.cdo.spi.common.model with parameters of type CDOPackageUnit.Type
 void InternalCDOPackageUnit.setOriginalType(CDOPackageUnit.Type originalType)
           
 

Uses of CDOPackageUnit.Type in org.eclipse.emf.cdo.spi.common.protocol
 

Methods in org.eclipse.emf.cdo.spi.common.protocol that return CDOPackageUnit.Type
 CDOPackageUnit.Type CDODataInputImpl.readCDOPackageUnitType()
           
 

Methods in org.eclipse.emf.cdo.spi.common.protocol with parameters of type CDOPackageUnit.Type
 void CDODataOutputImpl.writeCDOPackageUnitType(CDOPackageUnit.Type type)
           
 



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