public interface MeasuredValue
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MonitoringxmlPackage.getMeasuredValue()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUnit()
Returns the value of the 'Unit' attribute.
|
java.lang.Float |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setUnit(java.lang.String value)
Sets the value of the '
Unit ' attribute. |
void |
setValue(java.lang.Float value)
Sets the value of the '
Value ' attribute. |
java.lang.String getUnit()
If the meaning of the 'Unit' attribute isn't clear, there really should be more of a description here...
setUnit(String)
,
MonitoringxmlPackage.getMeasuredValue_Unit()
void setUnit(java.lang.String value)
Unit
' attribute.
value
- the new value of the 'Unit' attribute.getUnit()
java.lang.Float getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(Float)
,
MonitoringxmlPackage.getMeasuredValue_Value()
void setValue(java.lang.Float value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()