public interface MetricAndWeight extends EObject
The following features are supported:
MetricDSLPackage.getMetricAndWeight()| Modifier and Type | Method and Description |
|---|---|
Metric |
getMetric()
Returns the value of the 'Metric' reference.
|
Number |
getWeight()
Returns the value of the 'Weight' reference.
|
void |
setMetric(Metric value)
Sets the value of the '
Metric' reference. |
void |
setWeight(Number value)
Sets the value of the '
Weight' reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverMetric getMetric()
If the meaning of the 'Metric' reference isn't clear, there really should be more of a description here...
setMetric(Metric),
MetricDSLPackage.getMetricAndWeight_Metric()void setMetric(Metric value)
Metric' reference.
value - the new value of the 'Metric' reference.getMetric()Number getWeight()
If the meaning of the 'Weight' reference isn't clear, there really should be more of a description here...
setWeight(org.somox.metrics.dsl.metricDSL.Number),
MetricDSLPackage.getMetricAndWeight_Weight()void setWeight(Number value)
Weight' reference.
value - the new value of the 'Weight' reference.getWeight()