public enum swSketchPointType_e extends java.lang.Enum<swSketchPointType_e>
Modifier and Type | Method and Description |
---|---|
static swSketchPointType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swSketchPointType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swSketchPointType_e swSketchPointType_Unknown
public static final swSketchPointType_e swSketchPointType_Internal
public static final swSketchPointType_e swSketchPointType_User
public static final swSketchPointType_e swSketchPointType_Spline
public static final swSketchPointType_e swSketchPointType_Datum
public static final swSketchPointType_e swSketchPointType_VirtualSharp
public static final swSketchPointType_e swSketchPointType_Parabola
public static final swSketchPointType_e swSketchPointType_MidPoint
public static final swSketchPointType_e swSketchPointType_FramePoint
public static final swSketchPointType_e swSketchPointType_Origin
public static final swSketchPointType_e swSketchPointType_Ellipse
public static final swSketchPointType_e swSketchPointType_External
public static swSketchPointType_e[] values()
for (swSketchPointType_e c : swSketchPointType_e.values()) System.out.println(c);
public static swSketchPointType_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