Uses of Interface
org.openxma.dsl.dom.model.PropertyMapping

Packages that use PropertyMapping
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.scoping   
org.openxma.dsl.dom.util   
 

Uses of PropertyMapping in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return PropertyMapping
 PropertyMapping DomFactory.createPropertyMapping()
          Returns a new object of class 'Property Mapping'.
 

Uses of PropertyMapping in org.openxma.dsl.dom.model
 

Methods in org.openxma.dsl.dom.model that return types with arguments of type PropertyMapping
 org.eclipse.emf.common.util.EList<PropertyMapping> Mapper.getPropertyMappings()
          Returns the value of the 'Property Mappings' containment reference list.
 

Uses of PropertyMapping in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement PropertyMapping
 class PropertyMappingImpl
          An implementation of the model object 'Property Mapping'.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type PropertyMapping
protected  org.eclipse.emf.common.util.EList<PropertyMapping> MapperImpl.propertyMappings
          The cached value of the 'Property Mappings' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return PropertyMapping
 PropertyMapping DomFactoryImpl.createPropertyMapping()
           
 

Methods in org.openxma.dsl.dom.model.impl that return types with arguments of type PropertyMapping
 org.eclipse.emf.common.util.EList<PropertyMapping> MapperImpl.getPropertyMappings()
           
 

Uses of PropertyMapping in org.openxma.dsl.dom.scoping
 

Methods in org.openxma.dsl.dom.scoping with parameters of type PropertyMapping
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_PropertyMapping_left(PropertyMapping mapping, org.eclipse.emf.ecore.EReference eReference)
           
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_PropertyMapping_right(PropertyMapping mapping, org.eclipse.emf.ecore.EReference eReference)
           
 

Uses of PropertyMapping in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type PropertyMapping
 T DomSwitch.casePropertyMapping(PropertyMapping object)
          Returns the result of interpreting the object as an instance of 'Property Mapping'.
 



Copyright © 2013. All Rights Reserved.