public interface ReferenceTo extends AbstractDataRelationship
DataPackage.getReferenceTo()| Modifier and Type | Method and Description |
|---|---|
ContentItem |
getFrom()
Returns the value of the 'From' reference.
|
ContentItem |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(ContentItem value)
Sets the value of the '
From' reference. |
void |
setTo(ContentItem value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeContentItem getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(ContentItem),
DataPackage.getReferenceTo_To()void setTo(ContentItem value)
To' reference.
value - the new value of the 'To' reference.getTo()ContentItem getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(ContentItem),
DataPackage.getReferenceTo_From()void setFrom(ContentItem value)
From' reference.
value - the new value of the 'From' reference.getFrom()