public static class MillToolBuilder.CutterSubtypes extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_CHAMFER_TOOL
Chamfer MillTool
|
static int |
_MILL_BALL
Ball MillTool
|
static int |
_MILL10
10-Parameter
|
static int |
_MILL5
5-Parameter
|
static int |
_MILL7
7-Parameter
|
static int |
_SPHERICAL_MILL
Spherical MillTool
|
static MillToolBuilder.CutterSubtypes |
CHAMFER_TOOL
Chamfer MillTool
|
static MillToolBuilder.CutterSubtypes |
MILL_BALL
Ball MillTool
|
static MillToolBuilder.CutterSubtypes |
MILL10
10-Parameter
|
static MillToolBuilder.CutterSubtypes |
MILL5
5-Parameter
|
static MillToolBuilder.CutterSubtypes |
MILL7
7-Parameter
|
static MillToolBuilder.CutterSubtypes |
SPHERICAL_MILL
Spherical MillTool
|
Modifier and Type | Method and Description |
---|---|
static MillToolBuilder.CutterSubtypes |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static MillToolBuilder.CutterSubtypes |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static MillToolBuilder.CutterSubtypes[] |
values()
Returns an array that contains the values for this enum.
|
public static final MillToolBuilder.CutterSubtypes MILL5
public static final MillToolBuilder.CutterSubtypes MILL7
public static final MillToolBuilder.CutterSubtypes MILL10
public static final MillToolBuilder.CutterSubtypes MILL_BALL
public static final MillToolBuilder.CutterSubtypes CHAMFER_TOOL
public static final MillToolBuilder.CutterSubtypes SPHERICAL_MILL
public static final int _MILL5
public static final int _MILL7
public static final int _MILL10
public static final int _MILL_BALL
public static final int _CHAMFER_TOOL
public static final int _SPHERICAL_MILL
public static MillToolBuilder.CutterSubtypes valueOf(int value)
public static MillToolBuilder.CutterSubtypes valueOf(String name)
public static MillToolBuilder.CutterSubtypes[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.