Package metricvalues
Interface MetricValue
- All Known Implementing Classes:
MetricValueImpl
A representation of the model object 'Metric
Value'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMetricID
String getMetricID()Returns the value of the 'Metric ID' attribute.If the meaning of the 'Metric ID' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Metric ID' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setMetricID
Sets the value of the 'Metric ID
' attribute.- Parameters:
value
- the new value of the 'Metric ID' attribute.- See Also:
- Generated class or method.
-
getValue
double getValue()Returns the value of the 'Value' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setValue
void setValue(double value) Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
- Generated class or method.
-