Uses of Class
tech.units.indriya.format.SimpleUnitFormat.Flavor
-
Packages that use SimpleUnitFormat.Flavor Package Description tech.units.indriya.format -
-
Uses of SimpleUnitFormat.Flavor in tech.units.indriya.format
Methods in tech.units.indriya.format that return SimpleUnitFormat.Flavor Modifier and Type Method Description static SimpleUnitFormat.Flavor
SimpleUnitFormat.Flavor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SimpleUnitFormat.Flavor[]
SimpleUnitFormat.Flavor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.units.indriya.format with parameters of type SimpleUnitFormat.Flavor Modifier and Type Method Description static SimpleUnitFormat
SimpleUnitFormat. getInstance(SimpleUnitFormat.Flavor flavor)
Returns theSimpleUnitFormat
in the desiredSimpleUnitFormat.Flavor
-