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

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

Uses of PropertyValue in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return PropertyValue
 PropertyValue DomFactory.createPropertyValue()
          Returns a new object of class 'Property Value'.
 

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

Methods in org.openxma.dsl.dom.model that return PropertyValue
 PropertyValue CollectionFunction.getProperty()
          Returns the value of the 'Property' containment reference.
 PropertyValue PropertyAssignment.getProperty()
          Returns the value of the 'Property' containment reference.
 

Methods in org.openxma.dsl.dom.model with parameters of type PropertyValue
 void CollectionFunction.setProperty(PropertyValue value)
          Sets the value of the 'Property' containment reference.
 void PropertyAssignment.setProperty(PropertyValue value)
          Sets the value of the 'Property' containment reference.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement PropertyValue
 class PropertyValueImpl
          An implementation of the model object 'Property Value'.
 

Fields in org.openxma.dsl.dom.model.impl declared as PropertyValue
protected  PropertyValue CollectionFunctionImpl.property
          The cached value of the 'Property' containment reference.
protected  PropertyValue PropertyAssignmentImpl.property
          The cached value of the 'Property' containment reference.
 

Methods in org.openxma.dsl.dom.model.impl that return PropertyValue
 PropertyValue DomFactoryImpl.createPropertyValue()
           
 PropertyValue CollectionFunctionImpl.getProperty()
           
 PropertyValue PropertyAssignmentImpl.getProperty()
           
 

Methods in org.openxma.dsl.dom.model.impl with parameters of type PropertyValue
 org.eclipse.emf.common.notify.NotificationChain CollectionFunctionImpl.basicSetProperty(PropertyValue newProperty, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PropertyAssignmentImpl.basicSetProperty(PropertyValue newProperty, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CollectionFunctionImpl.setProperty(PropertyValue newProperty)
           
 void PropertyAssignmentImpl.setProperty(PropertyValue newProperty)
           
 

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

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



Copyright © 2013. All Rights Reserved.