Uses of Enum
tech.uom.seshat.UnitFormat.Style
-
Uses of UnitFormat.Style in tech.uom.seshat
Methods in tech.uom.seshat that return UnitFormat.StyleModifier and TypeMethodDescriptionUnitFormat.getStyle()Returns whether unit formatting uses ASCII symbols, Unicode symbols or full localized names.static UnitFormat.StyleReturns the enum constant of this type with the specified name.static UnitFormat.Style[]UnitFormat.Style.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.uom.seshat with parameters of type UnitFormat.StyleModifier and TypeMethodDescriptionvoidUnitFormat.setStyle(UnitFormat.Style style) Sets whether unit formatting should use ASCII symbols, Unicode symbols or full localized names.