org.eclipse.gmt.umlx.qvtcore
Interface Assignment

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
PropertyAssignment, VariableAssignment

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

A representation of the model object 'Assignment'.

The following features are supported:

See Also:
QvtcorePackage.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.
 OclExpression 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 setValue(OclExpression 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), QvtcorePackage.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()

getValue

OclExpression 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), QvtcorePackage.getAssignment_Value()

setValue

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

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

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), QvtcorePackage.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()