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