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

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

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

Methods in org.eclipse.emf.cdo.client that return ClassInfo
 ClassInfo[] PackageInfo.getClasses()
          Returns a handle to the internal array of the ClassInfo instances contained by this PackageInfo.
 ClassInfo AttributeInfo.getClassInfo()
          Returns the ClassInfo instance this attribute is contained in.
 ClassInfo PackageManager.getClassInfo(org.eclipse.emf.ecore.EClass eClass)
          Returns the ClassInfo instance associated with the given EClass.
 ClassInfo PackageManager.getClassInfo(org.eclipse.emf.ecore.EObject eObject)
          Returns the ClassInfo instance associated with the EClass of the given EObject.
 ClassInfo PackageManager.getClassInfo(int cid)
          Returns the ClassInfo instance associated with the given CID.
 ClassInfo ClassInfo.getParent()
          Returns the parent ClassInfo of this ClassInfo.
 

Methods in org.eclipse.emf.cdo.client that return types with arguments of type ClassInfo
 java.util.Iterator<ClassInfo> PackageManager.getClassInfos()
          Returns an iterator over all ClassInfo instances managed by this PackageManager.
 

Methods in org.eclipse.emf.cdo.client with parameters of type ClassInfo
 void PackageInfo.addClass(ClassInfo classInfo)
          For internal use only.
 void PackageManager.initCID(ClassInfo classInfo)
          For internal use only.
 

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

Classes in org.eclipse.emf.cdo.client.impl that implement ClassInfo
 class ClassInfoImpl
           
 

Fields in org.eclipse.emf.cdo.client.impl declared as ClassInfo
protected  ClassInfo ClassInfoImpl.parent
           
 

Methods in org.eclipse.emf.cdo.client.impl that return ClassInfo
 ClassInfo[] PackageInfoImpl.getClasses()
           
 ClassInfo AttributeInfoImpl.getClassInfo()
           
 ClassInfo PackageManagerImpl.getClassInfo(org.eclipse.emf.ecore.EClass eClass)
           
 ClassInfo PackageManagerImpl.getClassInfo(org.eclipse.emf.ecore.EObject eObject)
           
 ClassInfo PackageManagerImpl.getClassInfo(int cid)
           
 ClassInfo ClassInfoImpl.getParent()
           
 

Methods in org.eclipse.emf.cdo.client.impl that return types with arguments of type ClassInfo
 java.util.Iterator<ClassInfo> PackageManagerImpl.getClassInfos()
           
 

Methods in org.eclipse.emf.cdo.client.impl with parameters of type ClassInfo
 void PackageInfoImpl.addClass(ClassInfo classInfo)
           
 void PackageManagerImpl.initCID(ClassInfo classInfo)
           
 

Constructors in org.eclipse.emf.cdo.client.impl with parameters of type ClassInfo
AttributeInfoImpl(org.eclipse.emf.ecore.EAttribute attribute, AttributeMapping mapping, ClassInfo classInfo)
           
 

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

Methods in org.eclipse.emf.cdo.client.protocol with parameters of type ClassInfo
protected  void AbstractDataRequest.receiveAttributes(org.eclipse.emf.ecore.EObject object, ClassInfo classInfo)
           
 


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