public enum AnglePerTimeUom extends Enum<AnglePerTimeUom>
Java class for AnglePerTimeUom.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AnglePerTimeUom">
<restriction base="{http://www.witsml.org/schemas/1series}abstractUomEnum">
<enumeration value="rad/s"/>
<enumeration value="c/s"/>
<enumeration value="dega/h"/>
<enumeration value="dega/min"/>
<enumeration value="dega/s"/>
<enumeration value="rev/s"/>
<enumeration value="rpm"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
C_S |
DEGA_H |
DEGA_MIN |
DEGA_S |
RAD_S |
REV_S |
RPM |
| Modifier and Type | Method and Description |
|---|---|
static AnglePerTimeUom |
fromValue(String v) |
String |
value() |
static AnglePerTimeUom |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnglePerTimeUom[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnglePerTimeUom RAD_S
public static final AnglePerTimeUom C_S
public static final AnglePerTimeUom DEGA_H
public static final AnglePerTimeUom DEGA_MIN
public static final AnglePerTimeUom DEGA_S
public static final AnglePerTimeUom REV_S
public static final AnglePerTimeUom RPM
public static AnglePerTimeUom[] values()
for (AnglePerTimeUom c : AnglePerTimeUom.values()) System.out.println(c);
public static AnglePerTimeUom valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static AnglePerTimeUom fromValue(String v)
Copyright © 2017. All rights reserved.