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

Packages that use AttributeInfo
org.eclipse.emf.cdo.client   
org.eclipse.emf.cdo.client.impl   
 

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

Methods in org.eclipse.emf.cdo.client that return AttributeInfo
 AttributeInfo ClassInfo.getAttributeInfo(org.eclipse.emf.ecore.EAttribute eAttribute)
          Returns the AttributeInfo instance associated with the given EAttribute instance.
 AttributeInfo ClassInfo.getAttributeInfo(int feature)
          Returns the AttributeInfo instance associated with the given Feature ID.
 AttributeInfo[] ClassInfo.getAttributeInfos()
          Returns a handle to the internal array of the AttributeInfo instances contained by this ClassInfo.
 

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

Classes in org.eclipse.emf.cdo.client.impl that implement AttributeInfo
 class AttributeInfoImpl
           
 

Fields in org.eclipse.emf.cdo.client.impl declared as AttributeInfo
protected  AttributeInfo[] ClassInfoImpl.attributeInfos
           
 

Methods in org.eclipse.emf.cdo.client.impl that return AttributeInfo
 AttributeInfo ClassInfoImpl.getAttributeInfo(org.eclipse.emf.ecore.EAttribute eAttribute)
           
 AttributeInfo ClassInfoImpl.getAttributeInfo(int feature)
           
 AttributeInfo[] ClassInfoImpl.getAttributeInfos()
           
 


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