Class SystemOfUnitsReporter
java.lang.Object
tech.uom.lib.common.util.SystemOfUnitsReporter
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateSystemOfUnitsReporter(javax.measure.spi.SystemOfUnits unitSystem) -
Method Summary
Modifier and TypeMethodDescriptionstatic SystemOfUnitsReporterof(javax.measure.spi.SystemOfUnits unitSystem) private static voidprintSoU(javax.measure.spi.SystemOfUnits sou, boolean showIndex) voidreport()voidreport(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)
-