public interface Measurement extends SmmElement
The following features are supported:
SmmPackage.getMeasurement()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getError()
Returns the value of the 'Error' attribute.
|
|
getInMeasurement()
Returns the value of the 'In Measurement' reference list.
|
Measure |
getMeasure()
Returns the value of the 'Measure' reference.
|
Observation |
getObservation()
Returns the value of the 'Observation' reference.
|
|
getOutMeasurement()
Returns the value of the 'Out Measurement' reference list.
|
void |
setError(java.lang.String value)
Sets the value of the '
Error' attribute. |
void |
setMeasure(Measure value)
Sets the value of the '
Measure' reference. |
void |
setObservation(Observation value)
Sets the value of the '
Observation' reference. |
getAnnotation, getAttribute, getInbound, getModel, getOutbound, setModelMeasure getMeasure()
Measurement'.
If the meaning of the 'Measure' reference isn't clear, there really should be more of a description here...
setMeasure(Measure),
SmmPackage.getMeasurement_Measure(),
Measure.getMeasurement()void setMeasure(Measure value)
Measure' reference.
value - the new value of the 'Measure' reference.getMeasure()Observation getObservation()
If the meaning of the 'Observation' reference isn't clear, there really should be more of a description here...
setObservation(Observation),
SmmPackage.getMeasurement_Observation()void setObservation(Observation value)
Observation' reference.
value - the new value of the 'Observation' reference.getObservation()java.lang.String getError()
If the meaning of the 'Error' attribute isn't clear, there really should be more of a description here...
setError(String),
SmmPackage.getMeasurement_Error()void setError(java.lang.String value)
Error' attribute.
value - the new value of the 'Error' attribute.getError()getOutMeasurement()
MeasurementRelationship.
It is bidirectional and its opposite is 'From'.
If the meaning of the 'Out Measurement' reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasurement_OutMeasurement(),
MeasurementRelationship.getFrom()getInMeasurement()
MeasurementRelationship.
It is bidirectional and its opposite is 'To'.
If the meaning of the 'In Measurement' reference list isn't clear, there really should be more of a description here...
SmmPackage.getMeasurement_InMeasurement(),
MeasurementRelationship.getTo()