org.eclipse.gmt.umlx.qvtcore
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:
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 getSlotExpression()
          Returns the value of the 'Slot Expression' containment reference.
 Property getTargetProperty()
          Returns the value of the 'Target Property' reference.
 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 setSlotExpression(OclExpression value)
          Sets the value of the 'Slot Expression' containment reference.
 void setTargetProperty(Property value)
          Sets the value of the 'Target Property' reference.
 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()

getSlotExpression

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

setSlotExpression

void setSlotExpression(OclExpression 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

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()

getTargetProperty

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

setTargetProperty

void setTargetProperty(Property 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), 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()