public static class DxfdwgCreator.OutputFileTypeOption extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_DWG
export data to DWG format
|
static int |
_DXF
export data to DXF format
|
static DxfdwgCreator.OutputFileTypeOption |
DWG
export data to DWG format
|
static DxfdwgCreator.OutputFileTypeOption |
DXF
export data to DXF format
|
Modifier and Type | Method and Description |
---|---|
static DxfdwgCreator.OutputFileTypeOption |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static DxfdwgCreator.OutputFileTypeOption |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static DxfdwgCreator.OutputFileTypeOption[] |
values()
Returns an array that contains the values for this enum.
|
public static final DxfdwgCreator.OutputFileTypeOption DXF
public static final DxfdwgCreator.OutputFileTypeOption DWG
public static final int _DXF
public static final int _DWG
public static DxfdwgCreator.OutputFileTypeOption valueOf(int value)
public static DxfdwgCreator.OutputFileTypeOption valueOf(String name)
public static DxfdwgCreator.OutputFileTypeOption[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.