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