public interface InternalMetric extends Metric
The following features are supported:
MetricDSLPackage.getInternalMetric()| Modifier and Type | Method and Description |
|---|---|
MetricDefinition |
getDefinition()
Returns the value of the 'Definition' containment reference.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
EList<Number> |
getParameter()
Returns the value of the 'Parameter' containment reference list.
|
String |
getShortName()
Returns the value of the 'Short Name' attribute.
|
void |
setDefinition(MetricDefinition value)
Sets the value of the '
Definition' containment reference. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setShortName(String value)
Sets the value of the '
Short Name' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverString getShortName()
If the meaning of the 'Short Name' attribute isn't clear, there really should be more of a description here...
setShortName(String),
MetricDSLPackage.getInternalMetric_ShortName()void setShortName(String value)
Short Name' attribute.
value - the new value of the 'Short Name' attribute.getShortName()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
MetricDSLPackage.getInternalMetric_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()EList<Number> getParameter()
Number.
If the meaning of the 'Parameter' containment reference list isn't clear, there really should be more of a description here...
MetricDSLPackage.getInternalMetric_Parameter()MetricDefinition getDefinition()
If the meaning of the 'Definition' containment reference isn't clear, there really should be more of a description here...
setDefinition(MetricDefinition),
MetricDSLPackage.getInternalMetric_Definition()void setDefinition(MetricDefinition value)
Definition' containment reference.
value - the new value of the 'Definition' containment reference.getDefinition()