public interface MetricValue extends EObject
The following features are supported:
MetricvaluesPackage.getMetricValue()| Modifier and Type | Method and Description |
|---|---|
String |
getMetricID()
Returns the value of the 'Metric ID' attribute.
|
double |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setMetricID(String value)
Sets the value of the '
Metric ID' attribute. |
void |
setValue(double value)
Sets the value of the '
Value' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverString getMetricID()
If the meaning of the 'Metric ID' attribute isn't clear, there really should be more of a description here...
setMetricID(String),
MetricvaluesPackage.getMetricValue_MetricID()void setMetricID(String value)
Metric ID' attribute.
value - the new value of the 'Metric ID' attribute.getMetricID()double getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(double),
MetricvaluesPackage.getMetricValue_Value()void setValue(double value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()