Class SystemOfUnitsReporter

java.lang.Object
tech.uom.lib.common.util.SystemOfUnitsReporter

public class SystemOfUnitsReporter extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final javax.measure.spi.SystemOfUnits
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    SystemOfUnitsReporter(javax.measure.spi.SystemOfUnits unitSystem)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    of(javax.measure.spi.SystemOfUnits unitSystem)
     
    private static void
    printSoU(javax.measure.spi.SystemOfUnits sou, boolean showIndex)
     
    void
     
    void
    report(boolean showIndex)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • sou

      final javax.measure.spi.SystemOfUnits sou
  • Constructor Details

    • SystemOfUnitsReporter

      private SystemOfUnitsReporter(javax.measure.spi.SystemOfUnits unitSystem)
  • Method Details

    • 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)