Package tech.uom.lib.common.util
Class SystemOfUnitsReporter
java.lang.Object
tech.uom.lib.common.util.SystemOfUnitsReporter
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
SystemOfUnitsReporter
(javax.measure.spi.SystemOfUnits unitSystem) -
Method Summary
Modifier and TypeMethodDescriptionstatic SystemOfUnitsReporter
of
(javax.measure.spi.SystemOfUnits unitSystem) private static void
printSoU
(javax.measure.spi.SystemOfUnits sou, boolean showIndex) void
report()
void
report
(boolean showIndex)
-
Field Details
-
sou
final javax.measure.spi.SystemOfUnits sou
-
-
Constructor Details
-
SystemOfUnitsReporter
private SystemOfUnitsReporter(javax.measure.spi.SystemOfUnits unitSystem)
-
-
Method Details
-
of
-
report
public void report(boolean showIndex) -
report
public void report() -
printSoU
private static void printSoU(javax.measure.spi.SystemOfUnits sou, boolean showIndex)
-