Uses of Class
org.n52.faroe.settings.NumericSettingDefinition
-
Packages that use NumericSettingDefinition Package Description org.n52.faroe -
-
Uses of NumericSettingDefinition in org.n52.faroe
Methods in org.n52.faroe with parameters of type NumericSettingDefinition Modifier and Type Method Description default SettingValue<Double>SettingValueFactory. newNumericSettingValue(NumericSettingDefinition setting, String stringValue)Constructs a newDoublesetting value from the supplied definition and string value.
-