public enum ForcePerLengthUom extends Enum<ForcePerLengthUom>
Java class for forcePerLengthUom.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="forcePerLengthUom">
<restriction base="{http://www.witsml.org/schemas/131}abstractUomEnum">
<enumeration value="N/30m"/>
<enumeration value="N/m"/>
<enumeration value="dyne/cm"/>
<enumeration value="kN/m"/>
<enumeration value="kgf/cm"/>
<enumeration value="lbf/100ft"/>
<enumeration value="lbf/30m"/>
<enumeration value="lbf/ft"/>
<enumeration value="lbf/in"/>
<enumeration value="mN/km"/>
<enumeration value="mN/m"/>
<enumeration value="pdl/cm"/>
<enumeration value="tonfUK/ft"/>
<enumeration value="tonfUS/ft"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DYNE_CM |
K_N_M |
KGF_CM |
LBF_100_FT |
LBF_30_M |
LBF_FT |
LBF_IN |
M_N_KM |
M_N_M |
N_30_M |
N_M |
PDL_CM |
TONF_UK_FT |
TONF_US_FT |
| Modifier and Type | Method and Description |
|---|---|
static ForcePerLengthUom |
fromValue(String v) |
String |
value() |
static ForcePerLengthUom |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForcePerLengthUom[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForcePerLengthUom N_30_M
public static final ForcePerLengthUom N_M
public static final ForcePerLengthUom DYNE_CM
public static final ForcePerLengthUom K_N_M
public static final ForcePerLengthUom KGF_CM
public static final ForcePerLengthUom LBF_100_FT
public static final ForcePerLengthUom LBF_30_M
public static final ForcePerLengthUom LBF_FT
public static final ForcePerLengthUom LBF_IN
public static final ForcePerLengthUom M_N_KM
public static final ForcePerLengthUom M_N_M
public static final ForcePerLengthUom PDL_CM
public static final ForcePerLengthUom TONF_UK_FT
public static final ForcePerLengthUom TONF_US_FT
public static ForcePerLengthUom[] values()
for (ForcePerLengthUom c : ForcePerLengthUom.values()) System.out.println(c);
public static ForcePerLengthUom 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 ForcePerLengthUom fromValue(String v)
Copyright © 2017. All rights reserved.