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 MappingFactory.createMappingHelper()
          Returns a new object of class 'Helper'
 MappingHelper Mapping.getEffectiveHelper()
          This returns the mapping helper for this mapping, if it has one.
 MappingHelper Mapping.getHelper()
          Returns the value of the 'Helper' containment reference.
 MappingHelper MappingHelper.getNestedIn()
          Returns the value of the 'Nested In' container reference.
 

Methods in org.eclipse.emf.mapping that return types with arguments of type MappingHelper
 EList<MappingHelper> MappingHelper.getNested()
          Returns the value of the 'Nested' containment reference list.
 

Methods in org.eclipse.emf.mapping with parameters of type MappingHelper
 void Mapping.setHelper(MappingHelper value)
          Sets the value of the 'Helper' containment reference
 void MappingHelper.setNestedIn(MappingHelper value)
          Sets the value of the 'Nested In' container 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
 

Fields in org.eclipse.emf.mapping.impl with type parameters of type MappingHelper
protected  EList<MappingHelper> MappingHelperImpl.nested
          The cached value of the 'Nested' containment reference list
 

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

Methods in org.eclipse.emf.mapping.impl that return types with arguments of type MappingHelper
 EList<MappingHelper> MappingHelperImpl.getNested()
           
 

Methods in org.eclipse.emf.mapping.impl with parameters of type MappingHelper
 NotificationChain MappingImpl.basicSetHelper(MappingHelper newHelper, NotificationChain msgs)
           
 NotificationChain MappingHelperImpl.basicSetNestedIn(MappingHelper newNestedIn, NotificationChain msgs)
           
 void MappingImpl.setHelper(MappingHelper newHelper)
           
 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
 T MappingSwitch.caseMappingHelper(MappingHelper object)
          Returns the result of interpreting the object as an instance of 'Helper'
 


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