public interface TypedBy extends AbstractDataRelationship
DataPackage.getTypedBy()| Modifier and Type | Method and Description |
|---|---|
ContentItem |
getFrom()
Returns the value of the 'From' reference.
|
ComplexContentType |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(ContentItem value)
Sets the value of the '
From' reference. |
void |
setTo(ComplexContentType value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeComplexContentType getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(ComplexContentType),
DataPackage.getTypedBy_To()void setTo(ComplexContentType 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.getTypedBy_From()void setFrom(ContentItem value)
From' reference.
value - the new value of the 'From' reference.getFrom()