public static class WorkpieceBuilder.WorkPieceType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_CAVITY_CORE
The method adds the standards of cavity and core
|
static int |
_CAVITY_ONLY
The method adds the standards of cavity
|
static int |
_CORE_ONLY
The method adds the standards of cavity
|
static int |
_USER_DEFINED_BLOCK
The method defines the block by user
|
static WorkpieceBuilder.WorkPieceType |
CAVITY_CORE
The method adds the standards of cavity and core
|
static WorkpieceBuilder.WorkPieceType |
CAVITY_ONLY
The method adds the standards of cavity
|
static WorkpieceBuilder.WorkPieceType |
CORE_ONLY
The method adds the standards of cavity
|
static WorkpieceBuilder.WorkPieceType |
USER_DEFINED_BLOCK
The method defines the block by user
|
Modifier and Type | Method and Description |
---|---|
static WorkpieceBuilder.WorkPieceType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static WorkpieceBuilder.WorkPieceType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static WorkpieceBuilder.WorkPieceType[] |
values()
Returns an array that contains the values for this enum.
|
public static final WorkpieceBuilder.WorkPieceType USER_DEFINED_BLOCK
public static final WorkpieceBuilder.WorkPieceType CAVITY_CORE
public static final WorkpieceBuilder.WorkPieceType CAVITY_ONLY
public static final WorkpieceBuilder.WorkPieceType CORE_ONLY
public static final int _USER_DEFINED_BLOCK
public static final int _CAVITY_CORE
public static final int _CAVITY_ONLY
public static final int _CORE_ONLY
public static WorkpieceBuilder.WorkPieceType valueOf(int value)
public static WorkpieceBuilder.WorkPieceType valueOf(String name)
public static WorkpieceBuilder.WorkPieceType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.