public enum swAngleUnit_e extends java.lang.Enum<swAngleUnit_e>
Enum Constant and Description |
---|
swDEG_MIN |
swDEG_MIN_SEC |
swDEGREES |
swRADIANS |
Modifier and Type | Method and Description |
---|---|
static swAngleUnit_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swAngleUnit_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swAngleUnit_e swDEGREES
public static final swAngleUnit_e swDEG_MIN
public static final swAngleUnit_e swDEG_MIN_SEC
public static final swAngleUnit_e swRADIANS
public static swAngleUnit_e[] values()
for (swAngleUnit_e c : swAngleUnit_e.values()) System.out.println(c);
public static swAngleUnit_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