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