public static class NXTo2dCreator.ExportFromOption extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_DISPLAY_PART
export data from displayed part
|
static int |
_EXISTING_PART
export data from existing part which is on disk
|
static NXTo2dCreator.ExportFromOption |
DISPLAY_PART
export data from displayed part
|
static NXTo2dCreator.ExportFromOption |
EXISTING_PART
export data from existing part which is on disk
|
Modifier and Type | Method and Description |
---|---|
static NXTo2dCreator.ExportFromOption |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static NXTo2dCreator.ExportFromOption |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static NXTo2dCreator.ExportFromOption[] |
values()
Returns an array that contains the values for this enum.
|
public static final NXTo2dCreator.ExportFromOption DISPLAY_PART
public static final NXTo2dCreator.ExportFromOption EXISTING_PART
public static final int _DISPLAY_PART
public static final int _EXISTING_PART
public static NXTo2dCreator.ExportFromOption valueOf(int value)
public static NXTo2dCreator.ExportFromOption valueOf(String name)
public static NXTo2dCreator.ExportFromOption[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.