org.eclipse.gmt.umlx.eqvtcore
Interface Assignment

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

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

A representation of the model object 'Assignment'.

The following features are supported:

See Also:
EqvtCorePackage.getAssignment()

Method Summary
 BottomPattern getBottomPattern()
          Returns the value of the 'Bottom Pattern' container reference.
 java.lang.Boolean getIsDefault()
          Returns the value of the 'Is Default' attribute.
 org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> getSlotExpression()
          Returns the value of the 'Slot Expression' containment reference.
 org.eclipse.emf.ecore.EStructuralFeature getTargetProperty()
          Returns the value of the 'Target Property' reference.
 org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> getValue()
          Returns the value of the 'Value' containment reference.
 void setBottomPattern(BottomPattern value)
          Sets the value of the 'Bottom Pattern' container reference.
 void setIsDefault(java.lang.Boolean value)
          Sets the value of the 'Is Default' attribute.
 void setSlotExpression(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
          Sets the value of the 'Slot Expression' containment reference.
 void setTargetProperty(org.eclipse.emf.ecore.EStructuralFeature value)
          Sets the value of the 'Target Property' reference.
 void setValue(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
          Sets the value of the 'Value' 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

getBottomPattern

BottomPattern getBottomPattern()
Returns the value of the 'Bottom Pattern' container reference. It is bidirectional and its opposite is 'Assignment'.

If the meaning of the 'Bottom Pattern' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Bottom Pattern' container reference.
See Also:
setBottomPattern(BottomPattern), EqvtCorePackage.getAssignment_BottomPattern(), BottomPattern.getAssignment()

setBottomPattern

void setBottomPattern(BottomPattern value)
Sets the value of the 'Bottom Pattern' container reference.

Parameters:
value - the new value of the 'Bottom Pattern' container reference.
See Also:
getBottomPattern()

getSlotExpression

org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> getSlotExpression()
Returns the value of the 'Slot Expression' containment reference.

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

Returns:
the value of the 'Slot Expression' containment reference.
See Also:
#setSlotExpression(OCLExpression), EqvtCorePackage.getAssignment_SlotExpression()

setSlotExpression

void setSlotExpression(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
Sets the value of the 'Slot Expression' containment reference.

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

getValue

org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> getValue()
Returns the value of the 'Value' containment reference.

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

Returns:
the value of the 'Value' containment reference.
See Also:
#setValue(OCLExpression), EqvtCorePackage.getAssignment_Value()

setValue

void setValue(org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier> value)
Sets the value of the 'Value' containment reference.

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

getTargetProperty

org.eclipse.emf.ecore.EStructuralFeature getTargetProperty()
Returns the value of the 'Target Property' reference.

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

Returns:
the value of the 'Target Property' reference.
See Also:
setTargetProperty(EStructuralFeature), EqvtCorePackage.getAssignment_TargetProperty()

setTargetProperty

void setTargetProperty(org.eclipse.emf.ecore.EStructuralFeature value)
Sets the value of the 'Target Property' reference.

Parameters:
value - the new value of the 'Target Property' reference.
See Also:
getTargetProperty()

getIsDefault

java.lang.Boolean getIsDefault()
Returns the value of the 'Is Default' attribute.

If the meaning of the 'Is Default' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Default' attribute.
See Also:
setIsDefault(Boolean), EqvtCorePackage.getAssignment_IsDefault()

setIsDefault

void setIsDefault(java.lang.Boolean value)
Sets the value of the 'Is Default' attribute.

Parameters:
value - the new value of the 'Is Default' attribute.
See Also:
getIsDefault()