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