Uses of Class
tech.units.indriya.format.UnitStyle
-
Packages that use UnitStyle Package Description tech.units.indriya This package provides the Reference Implementation of the Units of Measurement API.tech.units.indriya.format -
-
Uses of UnitStyle in tech.units.indriya
Methods in tech.units.indriya with parameters of type UnitStyle Modifier and Type Method Description static <U extends Unit<?>>
UAbstractSystemOfUnits.Helper. addUnit(Set<Unit<?>> units, U unit, String name, String symbol, UnitStyle style)Adds a new named unit to a set.static <U extends Unit<?>>
UAbstractSystemOfUnits.Helper. addUnit(Set<Unit<?>> units, U unit, String text, UnitStyle style)Adds a new labeled unit to a set.Unit<?>AbstractSystemOfUnits. getUnit(String string, UnitStyle style)Unit<?>AbstractSystemOfUnits. getUnit(String string, UnitStyle style, boolean ignoreCase) -
Uses of UnitStyle in tech.units.indriya.format
Methods in tech.units.indriya.format that return UnitStyle Modifier and Type Method Description static UnitStyleUnitStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static UnitStyle[]UnitStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.
-