public interface CategoryRelationship extends SmmRelationship
The following features are supported:
SmmPackage.getCategoryRelationship()| Modifier and Type | Method and Description |
|---|---|
MeasureCategory |
getFrom()
Returns the value of the 'From' reference.
|
AbstractMeasureElement |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(MeasureCategory value)
Sets the value of the '
From' reference. |
void |
setTo(AbstractMeasureElement value)
Sets the value of the '
To' reference. |
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescriptionMeasureCategory getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface SmmRelationshipsetFrom(MeasureCategory),
SmmPackage.getCategoryRelationship_From()void setFrom(MeasureCategory value)
From' reference.
value - the new value of the 'From' reference.getFrom()AbstractMeasureElement getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface SmmRelationshipsetTo(AbstractMeasureElement),
SmmPackage.getCategoryRelationship_To()void setTo(AbstractMeasureElement value)
To' reference.
value - the new value of the 'To' reference.getTo()