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

Packages that use PropertyAssignment
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of PropertyAssignment in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return PropertyAssignment
 PropertyAssignment DomFactory.createPropertyAssignment()
          Returns a new object of class 'Property Assignment'.
 

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

Methods in org.openxma.dsl.dom.model that return types with arguments of type PropertyAssignment
 org.eclipse.emf.common.util.EList<PropertyAssignment> UpdateStatement.getAssignment()
          Returns the value of the 'Assignment' containment reference list.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement PropertyAssignment
 class PropertyAssignmentImpl
          An implementation of the model object 'Property Assignment'.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type PropertyAssignment
protected  org.eclipse.emf.common.util.EList<PropertyAssignment> UpdateStatementImpl.assignment
          The cached value of the 'Assignment' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return PropertyAssignment
 PropertyAssignment DomFactoryImpl.createPropertyAssignment()
           
 

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

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

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



Copyright © 2013. All Rights Reserved.