Enum UnitsPressure

java.lang.Object
java.lang.Enum<UnitsPressure>
ome.xml.model.enums.UnitsPressure
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<UnitsPressure>, java.lang.constant.Constable, Enumeration

public enum UnitsPressure
extends java.lang.Enum<UnitsPressure>
implements Enumeration
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    ATMOSPHERE
    standard atmosphere SI-derived unit.
    ATTOPASCAL
    attopascal SI unit.
    BAR
    bar SI-derived unit.
    CENTIBAR
    centibar SI-derived unit.
    CENTIPASCAL
    centipascal SI unit.
    DECAPASCAL
    decapascal SI unit.
    DECIBAR
    decibar SI-derived unit.
    DECIPASCAL
    decipascal SI unit.
    EXAPASCAL
    exapascal SI unit.
    FEMTOPASCAL
    femtopascal SI unit.
    GIGAPASCAL
    gigapascal SI unit.
    HECTOPASCAL
    hectopascal SI unit.
    KILOBAR
    kilobar SI-derived unit.
    KILOPASCAL
    kilopascal SI unit.
    MEGABAR
    megabar SI-derived unit.
    MEGAPASCAL
    megapascal SI unit.
    MICROPASCAL
    micropascal SI unit.
    MILLIBAR
    millibar SI-derived unit.
    MILLIPASCAL
    millipascal SI unit.
    MILLITORR
    millitorr SI-derived unit.
    MMHG
    millimetre of mercury SI-derived unit
    NANOPASCAL
    nanopascal SI unit.
    PASCAL
    pascal SI unit.
    PETAPASCAL
    petapascal SI unit.
    PICOPASCAL
    picopascal SI unit.
    PSI
    pound-force per square inch Imperial unit.
    TERAPASCAL
    terapascal SI unit.
    TORR
    torr SI-derived unit.
    YOCTOPASCAL
    yoctopascal SI unit.
    YOTTAPASCAL
    yottapascal SI unit.
    ZEPTOPASCAL
    zeptopascal SI unit.
    ZETTAPASCAL
    zettapascal SI unit.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static UnitsPressure Pascal
    C++ compatibility name for PASCAL.
  • Method Summary

    Modifier and Type Method Description
    static <T extends PrimitiveNumber>
    Pressure
    create​(T newValue, UnitsPressure newUnit)  
    static UnitsPressure fromString​(java.lang.String value)  
    java.lang.String getValue()  
    java.lang.String toString()  
    static UnitsPressure valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static UnitsPressure[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait