org.openxma.dsl.dom.model
Interface PropertyAssignment

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PropertyAssignmentImpl

public interface PropertyAssignment
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Property Assignment'.

The following features are supported:

See Also:
DomPackage.getPropertyAssignment()

Method Summary
 Expression getExpression()
          Returns the value of the 'Expression' containment reference.
 PropertyValue getProperty()
          Returns the value of the 'Property' containment reference.
 void setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void setProperty(PropertyValue value)
          Sets the value of the 'Property' containment reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getProperty

PropertyValue getProperty()
Returns the value of the 'Property' containment reference.

If the meaning of the 'Property' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Property' containment reference.
See Also:
setProperty(PropertyValue), DomPackage.getPropertyAssignment_Property()

setProperty

void setProperty(PropertyValue value)
Sets the value of the 'Property' containment reference.

Parameters:
value - the new value of the 'Property' containment reference.
See Also:
getProperty()

getExpression

Expression getExpression()
Returns the value of the 'Expression' containment reference.

If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(Expression), DomPackage.getPropertyAssignment_Expression()

setExpression

void setExpression(Expression value)
Sets the value of the 'Expression' containment reference.

Parameters:
value - the new value of the 'Expression' containment reference.
See Also:
getExpression()


Copyright © 2013. All Rights Reserved.