public interface HasValue extends AbstractCodeRelationship
CodePackage.getHasValue()| Modifier and Type | Method and Description |
|---|---|
CodeItem |
getFrom()
Returns the value of the 'From' reference.
|
AbstractCodeElement |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(CodeItem value)
Sets the value of the '
From' reference. |
void |
setTo(AbstractCodeElement value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeAbstractCodeElement getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(AbstractCodeElement),
CodePackage.getHasValue_To()void setTo(AbstractCodeElement value)
To' reference.
value - the new value of the 'To' reference.getTo()CodeItem getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(CodeItem),
CodePackage.getHasValue_From()