public static class BladeCutStart.Type extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_CENTER_ALONG_ROTARYAXIS
center along rotaryaxis
|
static int |
_CENTER_OPPOSITE_ROTARYAXIS
center opposite rotaryaxis
|
static int |
_LEFT_ALONG_ROTARYAXIS
left along rotaryaxis
|
static int |
_LEFT_OPPOSITE_ROTARYAXIS
left opposite rotaryaxis
|
static int |
_RIGHT_ALONG_ROTARYAXIS
right along rotaryaxis
|
static int |
_RIGHT_OPPOSITE_ROTARYAXIS
right opposite rotaryaxis
|
static BladeCutStart.Type |
CENTER_ALONG_ROTARYAXIS
center along rotaryaxis
|
static BladeCutStart.Type |
CENTER_OPPOSITE_ROTARYAXIS
center opposite rotaryaxis
|
static BladeCutStart.Type |
LEFT_ALONG_ROTARYAXIS
left along rotaryaxis
|
static BladeCutStart.Type |
LEFT_OPPOSITE_ROTARYAXIS
left opposite rotaryaxis
|
static BladeCutStart.Type |
RIGHT_ALONG_ROTARYAXIS
right along rotaryaxis
|
static BladeCutStart.Type |
RIGHT_OPPOSITE_ROTARYAXIS
right opposite rotaryaxis
|
Modifier and Type | Method and Description |
---|---|
static BladeCutStart.Type |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static BladeCutStart.Type |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static BladeCutStart.Type[] |
values()
Returns an array that contains the values for this enum.
|
public static final BladeCutStart.Type LEFT_OPPOSITE_ROTARYAXIS
public static final BladeCutStart.Type CENTER_OPPOSITE_ROTARYAXIS
public static final BladeCutStart.Type RIGHT_OPPOSITE_ROTARYAXIS
public static final BladeCutStart.Type LEFT_ALONG_ROTARYAXIS
public static final BladeCutStart.Type CENTER_ALONG_ROTARYAXIS
public static final BladeCutStart.Type RIGHT_ALONG_ROTARYAXIS
public static final int _LEFT_OPPOSITE_ROTARYAXIS
public static final int _CENTER_OPPOSITE_ROTARYAXIS
public static final int _RIGHT_OPPOSITE_ROTARYAXIS
public static final int _LEFT_ALONG_ROTARYAXIS
public static final int _CENTER_ALONG_ROTARYAXIS
public static final int _RIGHT_ALONG_ROTARYAXIS
public static BladeCutStart.Type valueOf(int value)
public static BladeCutStart.Type valueOf(String name)
public static BladeCutStart.Type[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.