public interface KeyRelation extends AbstractDataRelationship
DataPackage.getKeyRelation()| Modifier and Type | Method and Description |
|---|---|
ReferenceKey |
getFrom()
Returns the value of the 'From' reference.
|
UniqueKey |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(ReferenceKey value)
Sets the value of the '
From' reference. |
void |
setTo(UniqueKey value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeUniqueKey getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(UniqueKey),
DataPackage.getKeyRelation_To()void setTo(UniqueKey value)
To' reference.
value - the new value of the 'To' reference.getTo()ReferenceKey getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(ReferenceKey),
DataPackage.getKeyRelation_From()void setFrom(ReferenceKey value)
From' reference.
value - the new value of the 'From' reference.getFrom()