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