public interface BindsTo extends AbstractPlatformRelationship
PlatformPackage.getBindsTo()| Modifier and Type | Method and Description |
|---|---|
ResourceType |
getFrom()
Returns the value of the 'From' reference.
|
ResourceType |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(ResourceType value)
Sets the value of the '
From' reference. |
void |
setTo(ResourceType value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeResourceType getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(ResourceType),
PlatformPackage.getBindsTo_To()void setTo(ResourceType value)
To' reference.
value - the new value of the 'To' reference.getTo()ResourceType getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(ResourceType),
PlatformPackage.getBindsTo_From()void setFrom(ResourceType value)
From' reference.
value - the new value of the 'From' reference.getFrom()