Class 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)  
      • Methods inherited from class java.lang.Object

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

      • sou

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

      • SystemOfUnitsReporter

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

      • report

        public void report​(boolean showIndex)
      • report

        public void report()
      • printSoU

        private static void printSoU​(javax.measure.spi.SystemOfUnits sou,
                                     boolean showIndex)