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