Class PressureUnit

    • Field Detail

      • BASE

        public static final Quantity<PressureUnit> BASE
        The base, with "kg/ms2" as the SI signature.
      • SI

        public static final PressureUnit SI
        The SI unit for pressure is Pascal = kgm/s2.
      • HECTOPASCAL

        public static final PressureUnit HECTOPASCAL
        hectoPascal.
      • KILOPASCAL

        public static final PressureUnit KILOPASCAL
        kiloPascal.
      • ATMOSPHERE_STANDARD

        public static final PressureUnit ATMOSPHERE_STANDARD
        standard atmosphere.
      • ATMOSPHERE_TECHNICAL

        public static final PressureUnit ATMOSPHERE_TECHNICAL
        technical atmosphere.
      • MILLIBAR

        public static final PressureUnit MILLIBAR
        millibar.
      • CENTIMETER_MERCURY

        public static final PressureUnit CENTIMETER_MERCURY
        cm Hg.
      • MILLIMETER_MERCURY

        public static final PressureUnit MILLIMETER_MERCURY
        mm Hg.
      • FOOT_MERCURY

        public static final PressureUnit FOOT_MERCURY
        foot Hg.
      • INCH_MERCURY

        public static final PressureUnit INCH_MERCURY
        inch Hg.
      • KGF_PER_SQUARE_MM

        public static final PressureUnit KGF_PER_SQUARE_MM
        kilogram-force per square millimeter.
      • POUND_PER_SQUARE_FOOT

        public static final PressureUnit POUND_PER_SQUARE_FOOT
        pound per square foot.
      • POUND_PER_SQUARE_INCH

        public static final PressureUnit POUND_PER_SQUARE_INCH
        pound per square inch.
    • Constructor Detail

      • PressureUnit

        public PressureUnit()