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.SystemOfUnits
sou
-
Constructor Summary
Constructors Modifier Constructor Description private
SystemOfUnitsReporter(javax.measure.spi.SystemOfUnits unitSystem)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SystemOfUnitsReporter
of(javax.measure.spi.SystemOfUnits unitSystem)
private static void
printSoU(javax.measure.spi.SystemOfUnits sou, boolean showIndex)
void
report()
void
report(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)
-
-