Class OptionsUnitSystemRangeInterval
java.lang.Object
com.tccc.kos.commons.core.service.config.options.ConfigOptions
com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeInterval
UnitSystem variation of
OptionsRangeInterval that
contains a map of range data based on unit system names.
This allows different values to be used for different unit
systems so the user always interacts with native looking data.- Version:
- 2023-12-22
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()Return the options typevoidsetUnitSystems(Map<String, OptionsUnitSystemRangeInterval.Params> unitSystems)
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
OptionsUnitSystemRangeInterval
public OptionsUnitSystemRangeInterval()
-
-
Method Details
-
getType
Description copied from class:ConfigOptionsReturn the options type- Specified by:
getTypein classConfigOptions
-
getUnitSystems
-
setUnitSystems
-