public interface RelationDomainAssignment
A representation of the model object 'Relation Domain Assignment'.
The following features are supported:
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 |
---|
org.eclipse.ocl.ecore.Variable getVariable()
If the meaning of the 'Variable' containment reference isn't clear, there really should be more of a description here...
setVariable(Variable)
,
EqvtRelationPackage.getRelationDomainAssignment_Variable()
void setVariable(org.eclipse.ocl.ecore.Variable value)
Variable
' reference.
value
- the new value of the 'Variable' reference.getVariable()
org.eclipse.ocl.ecore.OCLExpression getValueExp()
If the meaning of the 'Value Exp' containment reference isn't clear, there really should be more of a description here...
setValueExp(OCLExpression)
,
EqvtRelationPackage.getRelationDomainAssignment_ValueExp()
void setValueExp(org.eclipse.ocl.ecore.OCLExpression value)
Value Exp
' containment reference.
value
- the new value of the 'Value Exp' containment reference.getValueExp()