public enum swPMIUnit_e extends java.lang.Enum<swPMIUnit_e>
Enum Constant and Description |
---|
swPMIUnit_ANGSTROM |
swPMIUnit_CM |
swPMIUnit_DEGREE |
swPMIUnit_FEET |
swPMIUnit_FEETINCHES |
swPMIUnit_INCHES |
swPMIUnit_METER |
swPMIUnit_MICRON |
swPMIUnit_MIL |
swPMIUnit_MM |
swPMIUnit_NANOMETER |
swPMIUnit_None |
swPMIUnit_RADIAN |
swPMIUnit_UIN |
Modifier and Type | Method and Description |
---|---|
static swPMIUnit_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swPMIUnit_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swPMIUnit_e swPMIUnit_None
public static final swPMIUnit_e swPMIUnit_ANGSTROM
public static final swPMIUnit_e swPMIUnit_CM
public static final swPMIUnit_e swPMIUnit_FEET
public static final swPMIUnit_e swPMIUnit_FEETINCHES
public static final swPMIUnit_e swPMIUnit_INCHES
public static final swPMIUnit_e swPMIUnit_METER
public static final swPMIUnit_e swPMIUnit_MICRON
public static final swPMIUnit_e swPMIUnit_MIL
public static final swPMIUnit_e swPMIUnit_MM
public static final swPMIUnit_e swPMIUnit_NANOMETER
public static final swPMIUnit_e swPMIUnit_UIN
public static final swPMIUnit_e swPMIUnit_DEGREE
public static final swPMIUnit_e swPMIUnit_RADIAN
public static swPMIUnit_e[] values()
for (swPMIUnit_e c : swPMIUnit_e.values()) System.out.println(c);
public static swPMIUnit_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