Uses of Interface
org.eclipse.emf.cdo.client.PackageInfo

Packages that use PackageInfo
org.eclipse.emf.cdo.client   
org.eclipse.emf.cdo.client.impl   
org.eclipse.emf.cdo.client.protocol   
 

Uses of PackageInfo in org.eclipse.emf.cdo.client
 

Methods in org.eclipse.emf.cdo.client that return PackageInfo
 PackageInfo ClassInfo.getPackageInfo()
          Returns the PackageInfo containing this ClassInfo.
 

Methods in org.eclipse.emf.cdo.client that return types with arguments of type PackageInfo
 java.util.List<PackageInfo> PackageManager.getPackages()
          Returns a list of the contained PackageInfo instances.
 

Uses of PackageInfo in org.eclipse.emf.cdo.client.impl
 

Classes in org.eclipse.emf.cdo.client.impl that implement PackageInfo
 class PackageInfoImpl
           
 

Fields in org.eclipse.emf.cdo.client.impl declared as PackageInfo
protected  PackageInfo ClassInfoImpl.packageInfo
           
 

Methods in org.eclipse.emf.cdo.client.impl that return PackageInfo
 PackageInfo ClassInfoImpl.getPackageInfo()
           
 

Methods in org.eclipse.emf.cdo.client.impl that return types with arguments of type PackageInfo
 java.util.List<PackageInfo> PackageManagerImpl.getPackages()
           
 

Methods in org.eclipse.emf.cdo.client.impl with parameters of type PackageInfo
protected  void PackageManagerImpl.addClass(org.eclipse.emf.ecore.EClass eClass, PackageInfo packageInfo, MappingProvider provider)
           
 

Constructors in org.eclipse.emf.cdo.client.impl with parameters of type PackageInfo
ClassInfoImpl(org.eclipse.emf.ecore.EClass eClass, PackageInfo packageInfo, ClassMapping mapping)
           
 

Uses of PackageInfo in org.eclipse.emf.cdo.client.protocol
 

Methods in org.eclipse.emf.cdo.client.protocol with parameters of type PackageInfo
static boolean ClientCDOProtocolImpl.requestAnnouncePackage(org.eclipse.net4j.core.Channel channel, PackageInfo packageInfo)
           
static void ClientCDOProtocolImpl.requestDescribePackage(org.eclipse.net4j.core.Channel channel, PackageInfo packageInfo)
           
 

Constructors in org.eclipse.emf.cdo.client.protocol with parameters of type PackageInfo
AnnouncePackageRequest(PackageInfo packageInfo)
           
DescribePackageRequest(PackageInfo packageInfo)
           
 


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.