Package tech.uom.lib.common.util
Class SystemOfUnitsReporter
- java.lang.Object
-
- tech.uom.lib.common.util.SystemOfUnitsReporter
-
public class SystemOfUnitsReporter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) javax.measure.spi.SystemOfUnitssou
-
Constructor Summary
Constructors Modifier Constructor Description privateSystemOfUnitsReporter(javax.measure.spi.SystemOfUnits unitSystem)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemOfUnitsReporterof(javax.measure.spi.SystemOfUnits unitSystem)private static voidprintSoU(javax.measure.spi.SystemOfUnits sou, boolean showIndex)voidreport()voidreport(boolean showIndex)
-
-
-
Method Detail
-
of
public static SystemOfUnitsReporter of(javax.measure.spi.SystemOfUnits unitSystem)
-
report
public void report(boolean showIndex)
-
report
public void report()
-
printSoU
private static void printSoU(javax.measure.spi.SystemOfUnits sou, boolean showIndex)
-
-