org.eclipse.gmt.umlx.ucore
Interface UClassVariable2UAttributeVariable

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, UConstraint, URelationship
All Known Implementing Classes:
UClassVariable2UAttributeVariableImpl

public interface UClassVariable2UAttributeVariable
extends URelationship

A representation of the model object 'U2 Attribution'.

The following features are supported:

See Also:
UcorePackage.getUClassVariable2UAttributeVariable()

Method Summary
 UClassVariable getSource()
          Returns the value of the 'Source' reference.
 UAttributeVariable getTarget()
          Returns the value of the 'Target' reference.
 E2Attribution getUsedElement()
          Returns the value of the 'Used Element' reference.
 void setSource(UClassVariable value)
          Sets the value of the 'Source' reference.
 void setTarget(UAttributeVariable value)
          Sets the value of the 'Target' reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.ucore.URelationship
getLowerSourceBound, getUpperSourceBound, setLowerSourceBound, setUpperSourceBound
 
Methods inherited from interface org.eclipse.gmt.umlx.ucore.UConstraint
getURelation, setURelation
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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

getSource

UClassVariable getSource()
Returns the value of the 'Source' reference. It is bidirectional and its opposite is 'Attributions'.

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

Specified by:
getSource in interface URelationship
Returns:
the value of the 'Source' reference.
See Also:
setSource(UClassVariable), UcorePackage.getUClassVariable2UAttributeVariable_Source(), UClassVariable.getAttributions()

setSource

void setSource(UClassVariable value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()

getTarget

UAttributeVariable getTarget()
Returns the value of the 'Target' reference. It is bidirectional and its opposite is 'Attributions'.

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

Specified by:
getTarget in interface URelationship
Returns:
the value of the 'Target' reference.
See Also:
setTarget(UAttributeVariable), UcorePackage.getUClassVariable2UAttributeVariable_Target(), UAttributeVariable.getAttributions()

setTarget

void setTarget(UAttributeVariable value)
Sets the value of the 'Target' reference.

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

getUsedElement

E2Attribution getUsedElement()
Returns the value of the 'Used Element' reference.

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

Specified by:
getUsedElement in interface URelationship
Returns:
the value of the 'Used Element' reference.
See Also:
UcorePackage.getUClassVariable2UAttributeVariable_UsedElement()