Uses of Class
com.tccc.kos.commons.util.units.Unit
Packages that use Unit
Package
Description
-
Uses of Unit in com.tccc.kos.commons.util.units
Methods in com.tccc.kos.commons.util.units that return UnitModifier and TypeMethodDescriptionUnitSystem.getAliasUnit
(String measure, String alias) Returns the unit with the specified alias for the specified measure.UnitSystem.getDefaultUnit
(String measure) Returns the default unit for the specified measure.Returns the unit with the specified name or alias.Methods in com.tccc.kos.commons.util.units that return types with arguments of type UnitMethods in com.tccc.kos.commons.util.units with parameters of type Unit -
Uses of Unit in com.tccc.kos.commons.util.units.impl
Subclasses of Unit in com.tccc.kos.commons.util.units.implModifier and TypeClassDescriptionclass
AUnit
class that represents pressure in bars.class
AUnit
class that represents temperature in degrees Celsius.class
AUnit
class that represents temperature in degrees Fahrenheit.class
AUnit
class that represents volume in fluid ounces.class
AUnit
class that represents mass in grams.class
AUnit
class that represents volume in milliliters.class
AUnit
class that represents mass in ounces.class
AUnit
class that represents pressure in pounds-per-square-inch (PSI). -
Uses of Unit in com.tccc.kos.core.service.region
Methods in com.tccc.kos.core.service.region that return UnitModifier and TypeMethodDescriptionRegionService.getMassUnit
(String name) Return theUnit
for the specified name / alias that measures mass.RegionService.getPressureUnit
(String name) Return theUnit
for the specified name / alias that measures pressure.RegionService.getTemperatureUnit
(String name) Return theUnit
for the specified name / alias that measures temperature.Return theUnit
for the specified name / alias that is related to the specified measurement.RegionService.getVolumeUnit
(String name) Return theUnit
for the specified name / alias that measures volume.