Class Uom


  • public class Uom
    extends Object
    Metadata of a unit-of-measure.
    Author:
    Stefan Uhrig, SAP SE
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Uom.Type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Uom​(String name, Uom.Type type, double factor)  
    • Constructor Detail

      • Uom

        public Uom​(String name,
                   Uom.Type type,
                   double factor)
    • Method Detail

      • getName

        public String getName()
      • getFactor

        public double getFactor()