Package ome.xml.model.enums
Enum Class UnitsPressure
- All Implemented Interfaces:
Serializable,Comparable<UnitsPressure>,Constable,Enumeration
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionstandard atmosphere SI-derived unit.attopascal SI unit.bar SI-derived unit.centibar SI-derived unit.centipascal SI unit.decapascal SI unit.decibar SI-derived unit.decipascal SI unit.exapascal SI unit.femtopascal SI unit.gigapascal SI unit.hectopascal SI unit.kilobar SI-derived unit.kilopascal SI unit.megabar SI-derived unit.megapascal SI unit.micropascal SI unit.millibar SI-derived unit.millipascal SI unit.millitorr SI-derived unit.millimetre of mercury SI-derived unitnanopascal SI unit.pascal SI unit.petapascal SI unit.picopascal SI unit.pound-force per square inch Imperial unit.terapascal SI unit.torr SI-derived unit.yoctopascal SI unit.yottapascal SI unit.zeptopascal SI unit.zettapascal SI unit. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends PrimitiveNumber>
Pressurecreate(T newValue, UnitsPressure newUnit) static UnitsPressurefromString(String value) getValue()toString()static UnitsPressureReturns the enum constant of this class with the specified name.static UnitsPressure[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
YOTTAPASCAL
yottapascal SI unit. -
ZETTAPASCAL
zettapascal SI unit. -
EXAPASCAL
exapascal SI unit. -
PETAPASCAL
petapascal SI unit. -
TERAPASCAL
terapascal SI unit. -
GIGAPASCAL
gigapascal SI unit. -
MEGAPASCAL
megapascal SI unit. -
KILOPASCAL
kilopascal SI unit. -
HECTOPASCAL
hectopascal SI unit. -
DECAPASCAL
decapascal SI unit. -
PASCAL
pascal SI unit. Note the C++ enum is mixed case due to PASCAL being a macro used by the Microsoft C and C++ compiler. -
DECIPASCAL
decipascal SI unit. -
CENTIPASCAL
centipascal SI unit. -
MILLIPASCAL
millipascal SI unit. -
MICROPASCAL
micropascal SI unit. -
NANOPASCAL
nanopascal SI unit. -
PICOPASCAL
picopascal SI unit. -
FEMTOPASCAL
femtopascal SI unit. -
ATTOPASCAL
attopascal SI unit. -
ZEPTOPASCAL
zeptopascal SI unit. -
YOCTOPASCAL
yoctopascal SI unit. -
BAR
bar SI-derived unit. -
MEGABAR
megabar SI-derived unit. -
KILOBAR
kilobar SI-derived unit. -
DECIBAR
decibar SI-derived unit. -
CENTIBAR
centibar SI-derived unit. -
MILLIBAR
millibar SI-derived unit. -
ATMOSPHERE
standard atmosphere SI-derived unit. -
PSI
pound-force per square inch Imperial unit. -
TORR
torr SI-derived unit. -
MILLITORR
millitorr SI-derived unit. -
MMHG
millimetre of mercury SI-derived unit
-
-
Field Details
-
Pascal
C++ compatibility name for PASCAL.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromString
- Throws:
EnumerationException
-
getValue
-
toString
- Overrides:
toStringin classEnum<UnitsPressure>
-
create
-
create
-