Package ome.xml.model.enums
Enum UnitsPressure
- java.lang.Object
-
- java.lang.Enum<UnitsPressure>
-
- ome.xml.model.enums.UnitsPressure
-
- All Implemented Interfaces:
Serializable
,Comparable<UnitsPressure>
,Enumeration
public enum UnitsPressure extends Enum<UnitsPressure> implements Enumeration
-
-
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 unitNANOPASCAL
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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T extends PrimitiveNumber>
Pressurecreate(T newValue, UnitsPressure newUnit)
static UnitsPressure
fromString(String value)
String
getValue()
String
toString()
static UnitsPressure
valueOf(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.
-
-
-
Enum Constant Detail
-
YOTTAPASCAL
public static final UnitsPressure YOTTAPASCAL
yottapascal SI unit.
-
ZETTAPASCAL
public static final UnitsPressure ZETTAPASCAL
zettapascal SI unit.
-
EXAPASCAL
public static final UnitsPressure EXAPASCAL
exapascal SI unit.
-
PETAPASCAL
public static final UnitsPressure PETAPASCAL
petapascal SI unit.
-
TERAPASCAL
public static final UnitsPressure TERAPASCAL
terapascal SI unit.
-
GIGAPASCAL
public static final UnitsPressure GIGAPASCAL
gigapascal SI unit.
-
MEGAPASCAL
public static final UnitsPressure MEGAPASCAL
megapascal SI unit.
-
KILOPASCAL
public static final UnitsPressure KILOPASCAL
kilopascal SI unit.
-
HECTOPASCAL
public static final UnitsPressure HECTOPASCAL
hectopascal SI unit.
-
DECAPASCAL
public static final UnitsPressure DECAPASCAL
decapascal SI unit.
-
PASCAL
public static final UnitsPressure 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
public static final UnitsPressure DECIPASCAL
decipascal SI unit.
-
CENTIPASCAL
public static final UnitsPressure CENTIPASCAL
centipascal SI unit.
-
MILLIPASCAL
public static final UnitsPressure MILLIPASCAL
millipascal SI unit.
-
MICROPASCAL
public static final UnitsPressure MICROPASCAL
micropascal SI unit.
-
NANOPASCAL
public static final UnitsPressure NANOPASCAL
nanopascal SI unit.
-
PICOPASCAL
public static final UnitsPressure PICOPASCAL
picopascal SI unit.
-
FEMTOPASCAL
public static final UnitsPressure FEMTOPASCAL
femtopascal SI unit.
-
ATTOPASCAL
public static final UnitsPressure ATTOPASCAL
attopascal SI unit.
-
ZEPTOPASCAL
public static final UnitsPressure ZEPTOPASCAL
zeptopascal SI unit.
-
YOCTOPASCAL
public static final UnitsPressure YOCTOPASCAL
yoctopascal SI unit.
-
BAR
public static final UnitsPressure BAR
bar SI-derived unit.
-
MEGABAR
public static final UnitsPressure MEGABAR
megabar SI-derived unit.
-
KILOBAR
public static final UnitsPressure KILOBAR
kilobar SI-derived unit.
-
DECIBAR
public static final UnitsPressure DECIBAR
decibar SI-derived unit.
-
CENTIBAR
public static final UnitsPressure CENTIBAR
centibar SI-derived unit.
-
MILLIBAR
public static final UnitsPressure MILLIBAR
millibar SI-derived unit.
-
ATMOSPHERE
public static final UnitsPressure ATMOSPHERE
standard atmosphere SI-derived unit.
-
PSI
public static final UnitsPressure PSI
pound-force per square inch Imperial unit.
-
TORR
public static final UnitsPressure TORR
torr SI-derived unit.
-
MILLITORR
public static final UnitsPressure MILLITORR
millitorr SI-derived unit.
-
MMHG
public static final UnitsPressure MMHG
millimetre of mercury SI-derived unit
-
-
Field Detail
-
Pascal
public static final UnitsPressure Pascal
C++ compatibility name for PASCAL.
-
-
Method Detail
-
values
public static UnitsPressure[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (UnitsPressure c : UnitsPressure.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UnitsPressure valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromString
public static UnitsPressure fromString(String value) throws EnumerationException
- Throws:
EnumerationException
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toString
in classEnum<UnitsPressure>
-
create
public static <T extends PrimitiveNumber> Pressure create(T newValue, UnitsPressure newUnit)
-
create
public static <T extends Number> Pressure create(T newValue, UnitsPressure newUnit)
-
-