public interface DescribedBy extends AbstractBuildRelationship
BuildPackage.getDescribedBy()| Modifier and Type | Method and Description |
|---|---|
BuildStep |
getFrom()
Returns the value of the 'From' reference.
|
BuildDescription |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(BuildStep value)
Sets the value of the '
From' reference. |
void |
setTo(BuildDescription value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeBuildDescription getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(BuildDescription),
BuildPackage.getDescribedBy_To()void setTo(BuildDescription 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.getDescribedBy_From()