public interface SupportedBy extends AbstractBuildRelationship
BuildPackage.getSupportedBy()| Modifier and Type | Method and Description |
|---|---|
BuildStep |
getFrom()
Returns the value of the 'From' reference.
|
Tool |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(BuildStep value)
Sets the value of the '
From' reference. |
void |
setTo(Tool value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeTool getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(Tool),
BuildPackage.getSupportedBy_To()void setTo(Tool value)
To' reference.
value - the new value of the 'To' reference.getTo()BuildStep getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(BuildStep),
BuildPackage.getSupportedBy_From()