org.eclipse.gmt.umlx.eqvtrelation
Interface RelationDomainAssignment

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

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

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

The following features are supported:

See Also:
EqvtRelationPackage.getRelationDomainAssignment()

Method Summary
 org.eclipse.ocl.ecore.OCLExpression getValueExp()
          Returns the value of the 'Value Exp' containment reference.
 org.eclipse.ocl.ecore.Variable getVariable()
          Returns the value of the 'Variable' reference.
 void setValueExp(org.eclipse.ocl.ecore.OCLExpression value)
          Sets the value of the 'Value Exp' containment reference.
 void setVariable(org.eclipse.ocl.ecore.Variable value)
          Sets the value of the 'Variable' reference.
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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

org.eclipse.ocl.ecore.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), EqvtRelationPackage.getRelationDomainAssignment_Variable()

setVariable

void setVariable(org.eclipse.ocl.ecore.Variable value)
Sets the value of the 'Variable' reference.

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

getValueExp

org.eclipse.ocl.ecore.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), EqvtRelationPackage.getRelationDomainAssignment_ValueExp()

setValueExp

void setValueExp(org.eclipse.ocl.ecore.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()