Package org.somox.metrics.parameter
Class ParameterDescriptor
java.lang.Object
org.somox.metrics.parameter.ParameterDescriptor
-
Constructor Summary
ConstructorDescriptionParameterDescriptor
(String shortName, String description, double defaultValue) -
Method Summary
Modifier and TypeMethodDescriptiondouble
-
Constructor Details
-
ParameterDescriptor
-
-
Method Details
-
getShortName
- Returns:
- the shortName
-
getDescription
- Returns:
- the description
-
getDefaultValue
public double getDefaultValue()- Returns:
- the defaultValue
-