public static class RoutingStock.StockModeFlag extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_LEGACY_STOCK
solid body in the work part, no component
|
static int |
_STOCK_AS_COMPONENT
component created with solid body in the component
|
static RoutingStock.StockModeFlag |
LEGACY_STOCK
solid body in the work part, no component
|
static RoutingStock.StockModeFlag |
STOCK_AS_COMPONENT
component created with solid body in the component
|
Modifier and Type | Method and Description |
---|---|
static RoutingStock.StockModeFlag |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static RoutingStock.StockModeFlag |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static RoutingStock.StockModeFlag[] |
values()
Returns an array that contains the values for this enum.
|
public static final RoutingStock.StockModeFlag LEGACY_STOCK
public static final RoutingStock.StockModeFlag STOCK_AS_COMPONENT
public static final int _LEGACY_STOCK
public static final int _STOCK_AS_COMPONENT
public static RoutingStock.StockModeFlag valueOf(int value)
public static RoutingStock.StockModeFlag valueOf(String name)
public static RoutingStock.StockModeFlag[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.