org.eclipse.gmt.umlx.qvtrelation
Interface Key

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

public interface Key
extends Element

A representation of the model object 'Key'.

The following features are supported:

See Also:
QvtrelationPackage.getKey()

Method Summary
 Class getIdentifies()
          Returns the value of the 'Identifies' reference.
 org.eclipse.emf.common.util.EList<Property> getOppositePart()
          Returns the value of the 'Opposite Part' reference list.
 org.eclipse.emf.common.util.EList<Property> getPart()
          Returns the value of the 'Part' reference list.
 RelationalTransformation getTransformation()
          Returns the value of the 'Transformation' container reference.
 void setIdentifies(Class value)
          Sets the value of the 'Identifies' reference.
 void setTransformation(RelationalTransformation value)
          Sets the value of the 'Transformation' container reference.
 
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element
getOwnedComment, getTag
 
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

getIdentifies

Class getIdentifies()
Returns the value of the 'Identifies' reference.

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

Returns:
the value of the 'Identifies' reference.
See Also:
setIdentifies(org.eclipse.gmt.umlx.emof.Class), QvtrelationPackage.getKey_Identifies()

setIdentifies

void setIdentifies(Class value)
Sets the value of the 'Identifies' reference.

Parameters:
value - the new value of the 'Identifies' reference.
See Also:
getIdentifies()

getOppositePart

org.eclipse.emf.common.util.EList<Property> getOppositePart()
Returns the value of the 'Opposite Part' reference list. The list contents are of type Property.

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

Returns:
the value of the 'Opposite Part' reference list.
See Also:
QvtrelationPackage.getKey_OppositePart()

getPart

org.eclipse.emf.common.util.EList<Property> getPart()
Returns the value of the 'Part' reference list. The list contents are of type Property.

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

Returns:
the value of the 'Part' reference list.
See Also:
QvtrelationPackage.getKey_Part()

getTransformation

RelationalTransformation getTransformation()
Returns the value of the 'Transformation' container reference. It is bidirectional and its opposite is 'Owned Key'.

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

Returns:
the value of the 'Transformation' container reference.
See Also:
setTransformation(RelationalTransformation), QvtrelationPackage.getKey_Transformation(), RelationalTransformation.getOwnedKey()

setTransformation

void setTransformation(RelationalTransformation value)
Sets the value of the 'Transformation' container reference.

Parameters:
value - the new value of the 'Transformation' container reference.
See Also:
getTransformation()