Uses of Interface
org.eclipse.emf.mapping.TypeConverter

Packages that use TypeConverter
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.mapping.util   
 

Uses of TypeConverter in org.eclipse.emf.mapping
 

Subinterfaces of TypeConverter in org.eclipse.emf.mapping
 interface ComplexTypeConverter
          A representation of the model object 'Complex Type Converter'
 interface FunctionNamePair
          A representation of the model object 'Function Name Pair'
 interface FunctionPair
          A representation of the model object 'Function Pair'
 

Methods in org.eclipse.emf.mapping that return TypeConverter
 TypeConverter MappingFactory.createTypeConverter()
          Returns a new object of class 'Type Converter'
 

Uses of TypeConverter in org.eclipse.emf.mapping.impl
 

Classes in org.eclipse.emf.mapping.impl that implement TypeConverter
 class ComplexTypeConverterImpl
          An implementation of the model object 'Complex Type Converter'
 class FunctionNamePairImpl
          An implementation of the model object 'Function Name Pair'
 class FunctionPairImpl
          An implementation of the model object 'Function Pair'
 class TypeConverterImpl
          An implementation of the model object 'Type Converter'
 

Methods in org.eclipse.emf.mapping.impl that return TypeConverter
 TypeConverter MappingFactoryImpl.createTypeConverter()
           
 

Uses of TypeConverter in org.eclipse.emf.mapping.util
 

Methods in org.eclipse.emf.mapping.util with parameters of type TypeConverter
 T MappingSwitch.caseTypeConverter(TypeConverter object)
          Returns the result of interpreting the object as an instance of 'Type Converter'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.