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