Class OptionsUnitSystemRangeCount
java.lang.Object
com.tccc.kos.commons.core.service.config.options.ConfigOptions
com.tccc.kos.commons.core.service.config.options.OptionsUnitSystemRangeCount
UnitSystem variation of
OptionsRangeCount 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, OptionsUnitSystemRangeCount.Params> unitSystems)
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
OptionsUnitSystemRangeCount
public OptionsUnitSystemRangeCount()
-
-
Method Details
-
getType
Description copied from class:ConfigOptionsReturn the options type- Specified by:
getTypein classConfigOptions
-
getUnitSystems
-
setUnitSystems
-