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