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

Packages that use MappingHelper
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.mapping.provider   
org.eclipse.emf.mapping.util   
 

Uses of MappingHelper in org.eclipse.emf.mapping
 

Subinterfaces of MappingHelper 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'
 interface MappingStrategy
           A representation of the model object 'Strategy'
 interface TypeConverter
           A representation of the model object 'Type Converter'
 

Methods in org.eclipse.emf.mapping that return MappingHelper
 MappingHelper MappingHelper.getNestedIn()
          Returns the value of the 'Nested In' container reference.
 MappingHelper MappingFactory.createMappingHelper()
          Returns a new object of class 'Helper'
 MappingHelper Mapping.getHelper()
          Returns the value of the 'Helper' containment reference.
 MappingHelper Mapping.getEffectiveHelper()
          This returns the mapping helper for this mapping, if it has one.
 

Methods in org.eclipse.emf.mapping with parameters of type MappingHelper
 void MappingHelper.setNestedIn(MappingHelper value)
          Sets the value of the 'Nested In' container reference
 void Mapping.setHelper(MappingHelper value)
          Sets the value of the 'Helper' containment reference
 

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

Classes in org.eclipse.emf.mapping.impl that implement MappingHelper
 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 MappingHelperImpl
           An implementation of the model object 'Helper'
 class MappingStrategyImpl
           An implementation of the model object 'Strategy'
 class TypeConverterImpl
           An implementation of the model object 'Type Converter'
 

Fields in org.eclipse.emf.mapping.impl declared as MappingHelper
protected  MappingHelper MappingImpl.helper
          The cached value of the 'Helper' containment reference
 

Methods in org.eclipse.emf.mapping.impl that return MappingHelper
 MappingHelper MappingImpl.getHelper()
           
 MappingHelper MappingImpl.getEffectiveHelper()
           
 MappingHelper MappingHelperImpl.getNestedIn()
           
 MappingHelper MappingFactoryImpl.createMappingHelper()
           
 

Methods in org.eclipse.emf.mapping.impl with parameters of type MappingHelper
 NotificationChain MappingImpl.basicSetHelper(MappingHelper newHelper, NotificationChain msgs)
           
 void MappingImpl.setHelper(MappingHelper newHelper)
           
 NotificationChain MappingHelperImpl.basicSetNestedIn(MappingHelper newNestedIn, NotificationChain msgs)
           
 void MappingHelperImpl.setNestedIn(MappingHelper newNestedIn)
           
 

Uses of MappingHelper in org.eclipse.emf.mapping.provider
 

Fields in org.eclipse.emf.mapping.provider declared as MappingHelper
protected  MappingHelper MappingItemProvider.TypeMappingHelperWrapper.typeMappingHelper
           
 

Constructors in org.eclipse.emf.mapping.provider with parameters of type MappingHelper
MappingItemProvider.TypeMappingHelperWrapper(AdapterFactory adapterFactory, Mapping mapping, MappingHelper typeMappingHelper)
           
 

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

Methods in org.eclipse.emf.mapping.util with parameters of type MappingHelper
 Object MappingSwitch.caseMappingHelper(MappingHelper object)
          Returns the result of interpretting the object as an instance of 'Helper'
 


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