public enum swLengthUnit_e extends java.lang.Enum<swLengthUnit_e>
Enum Constant and Description |
---|
swANGSTROM |
swCM |
swFEET |
swFEETINCHES |
swINCHES |
swMETER |
swMICRON |
swMIL |
swMM |
swNANOMETER |
swUIN |
Modifier and Type | Method and Description |
---|---|
static swLengthUnit_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swLengthUnit_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swLengthUnit_e swMM
public static final swLengthUnit_e swCM
public static final swLengthUnit_e swMETER
public static final swLengthUnit_e swINCHES
public static final swLengthUnit_e swFEET
public static final swLengthUnit_e swFEETINCHES
public static final swLengthUnit_e swANGSTROM
public static final swLengthUnit_e swNANOMETER
public static final swLengthUnit_e swMICRON
public static final swLengthUnit_e swMIL
public static final swLengthUnit_e swUIN
public static swLengthUnit_e[] values()
for (swLengthUnit_e c : swLengthUnit_e.values()) System.out.println(c);
public static swLengthUnit_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null