Uses of Interface
org.eclipse.emf.cdo.mapping.AttributeMapping

Packages that use AttributeMapping
org.eclipse.emf.cdo.client   
org.eclipse.emf.cdo.client.impl   
org.eclipse.emf.cdo.mapping   
org.eclipse.emf.cdo.mapping.impl   
org.eclipse.emf.cdo.mapping.util   
 

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

Methods in org.eclipse.emf.cdo.client that return AttributeMapping
 AttributeMapping MappingProvider.getAttributeMapping(java.lang.String className, java.lang.String attributeName)
          Returns the AttributeMapping for an attribute of this MappingProvider.
 AttributeMapping AttributeInfo.getMapping()
          Returns the CDO mapping info of this attribute.
 

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

Methods in org.eclipse.emf.cdo.client.impl that return AttributeMapping
protected  AttributeMapping AnnotationMappingProviderImpl.createAttributeMapping(org.eclipse.emf.ecore.EAttribute eAttribute, boolean autoPersistentToUse)
           
 AttributeMapping XMLMappingProviderImpl.getAttributeMapping(java.lang.String className, java.lang.String attributeName)
           
 AttributeMapping AnnotationMappingProviderImpl.getAttributeMapping(java.lang.String className, java.lang.String attributeName)
           
 AttributeMapping AttributeInfoImpl.getMapping()
           
 

Constructors in org.eclipse.emf.cdo.client.impl with parameters of type AttributeMapping
AttributeInfoImpl(org.eclipse.emf.ecore.EAttribute attribute, AttributeMapping mapping, ClassInfo classInfo)
           
 

Uses of AttributeMapping in org.eclipse.emf.cdo.mapping
 

Methods in org.eclipse.emf.cdo.mapping that return AttributeMapping
 AttributeMapping MappingFactory.createAttributeMapping()
          Returns a new object of class 'Attribute Mapping'
 AttributeMapping ClassMapping.getAttributeMapping(java.lang.String name)
           
 

Uses of AttributeMapping in org.eclipse.emf.cdo.mapping.impl
 

Classes in org.eclipse.emf.cdo.mapping.impl that implement AttributeMapping
 class AttributeMappingImpl
          An implementation of the model object 'Attribute Mapping'
 

Methods in org.eclipse.emf.cdo.mapping.impl that return AttributeMapping
 AttributeMapping MappingFactoryImpl.createAttributeMapping()
           
 AttributeMapping ClassMappingImpl.getAttributeMapping(java.lang.String name)
           
 

Uses of AttributeMapping in org.eclipse.emf.cdo.mapping.util
 

Methods in org.eclipse.emf.cdo.mapping.util with parameters of type AttributeMapping
 java.lang.Object MappingSwitch.caseAttributeMapping(AttributeMapping object)
          Returns the result of interpretting the object as an instance of 'Attribute Mapping'
 


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