org.eclipse.gmt.umlx.qvtrelation
Interface RelationDomainAssignment

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

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

A representation of the model object 'Relation Domain Assignment'.

The following features are supported:

See Also:
QvtrelationPackage.getRelationDomainAssignment()

Method Summary
 OclExpression getValueExp()
          Returns the value of the 'Value Exp' containment reference.
 Variable getVariable()
          Returns the value of the 'Variable' reference.
 void setValueExp(OclExpression value)
          Sets the value of the 'Value Exp' containment reference.
 void setVariable(Variable value)
          Sets the value of the 'Variable' 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

getVariable

Variable getVariable()
Returns the value of the 'Variable' reference.

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

Returns:
the value of the 'Variable' reference.
See Also:
setVariable(Variable), QvtrelationPackage.getRelationDomainAssignment_Variable()

setVariable

void setVariable(Variable value)
Sets the value of the 'Variable' reference.

Parameters:
value - the new value of the 'Variable' reference.
See Also:
getVariable()

getValueExp

OclExpression getValueExp()
Returns the value of the 'Value Exp' containment reference.

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

Returns:
the value of the 'Value Exp' containment reference.
See Also:
setValueExp(OclExpression), QvtrelationPackage.getRelationDomainAssignment_ValueExp()

setValueExp

void setValueExp(OclExpression value)
Sets the value of the 'Value Exp' containment reference.

Parameters:
value - the new value of the 'Value Exp' containment reference.
See Also:
getValueExp()