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

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

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

Methods in org.eclipse.emf.cdo.client that return AttributeConverter
 AttributeConverter PackageManager.getAttributeConverter()
          For internal use only.
 

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

Classes in org.eclipse.emf.cdo.client.impl that implement AttributeConverter
 class AttributeConverterImpl
           
 

Fields in org.eclipse.emf.cdo.client.impl declared as AttributeConverter
protected  AttributeConverter AnnotationMappingProviderImpl.attributeConverter
           
 

Methods in org.eclipse.emf.cdo.client.impl that return AttributeConverter
 AttributeConverter PackageManagerImpl.getAttributeConverter()
           
 

Methods in org.eclipse.emf.cdo.client.impl with parameters of type AttributeConverter
static int AnnotationMappingProviderImpl.getDefaultColumnType(org.eclipse.emf.ecore.EAttribute attribute, AttributeConverter attributeConverter)
           
 void PackageManagerImpl.setAttributeConverter(AttributeConverter attributeConverter)
           
 

Constructors in org.eclipse.emf.cdo.client.impl with parameters of type AttributeConverter
AnnotationMappingProviderImpl(org.eclipse.emf.ecore.EPackage ePackage, boolean autoPersistent, AttributeConverter attributeConverter)
           
 


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