public enum swTwistControlType_e extends java.lang.Enum<swTwistControlType_e>
Modifier and Type | Method and Description |
---|---|
static swTwistControlType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swTwistControlType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swTwistControlType_e swTwistControlFollowPath
public static final swTwistControlType_e swTwistControlKeepNormalConstant
public static final swTwistControlType_e swTwistControlFollowPathFirstGuideCurve
public static final swTwistControlType_e swTwistControlFollowFirstSecondGuideCurves
public static final swTwistControlType_e swTwistControlConstantTwistAlongPath
public static final swTwistControlType_e swTwistControlNormalConstantTwistAlongPath
public static swTwistControlType_e[] values()
for (swTwistControlType_e c : swTwistControlType_e.values()) System.out.println(c);
public static swTwistControlType_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