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