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