Package org.somox.metrics.dsl.metricDSL
Interface Parameter
- All Known Implementing Classes:
ParameterImpl
A representation of the model object
'Parameter'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Default Value' attribute.Returns the value of the 'Description' attribute.Returns the value of the 'Shortname' attribute.void
setDefaultValue
(double value) Sets the value of the 'Default Value
' attribute.void
setDescription
(String value) Sets the value of the 'Description
' attribute.void
setShortname
(String value) Sets the value of the 'Shortname
' 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 'Shortname' attribute.If the meaning of the 'Shortname' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Shortname' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setShortname
Sets the value of the 'Shortname
' attribute.- Parameters:
value
- the new value of the 'Shortname' 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.
-
getDefaultValue
double getDefaultValue()Returns the value of the 'Default Value' attribute.If the meaning of the 'Default Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Default Value' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setDefaultValue
void setDefaultValue(double value) Sets the value of the 'Default Value
' attribute.- Parameters:
value
- the new value of the 'Default Value' attribute.- See Also:
- Generated class or method.
-