Package org.somox.metrics.dsl.metricDSL
Interface InternalMetric
- All Known Implementing Classes:
InternalMetricImpl
A representation of the model object 'Internal Metric'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Definition' containment reference.Returns the value of the 'Description' attribute.Returns the value of the 'Parameter' containment reference list.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.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
-
getShortName
String getShortName()Returns the value of the 'Short Name' attribute.If the meaning of the 'Short Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Short Name' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setShortName
Sets the value of the 'Short Name
' attribute.- Parameters:
value
- the new value of the 'Short Name' attribute.- See Also:
- Generated class or method.
-
getDescription
String getDescription()Returns the value of the 'Description' attribute.If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Description' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setDescription
Sets the value of the 'Description
' attribute.- Parameters:
value
- the new value of the 'Description' attribute.- See Also:
- Generated class or method.
-
getParameter
Returns the value of the 'Parameter' containment reference list. The list contents are of typeNumber
.If the meaning of the 'Parameter' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parameter' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getDefinition
MetricDefinition getDefinition()Returns the value of the 'Definition' containment reference.If the meaning of the 'Definition' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Definition' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setDefinition
Sets the value of the 'Definition
' containment reference.- Parameters:
value
- the new value of the 'Definition' containment reference.- See Also:
- Generated class or method.
-