public static class BillOfMaterialBuilder.StockLengthType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_LIST_EACH |
static int |
_SINGLE_SUM |
static BillOfMaterialBuilder.StockLengthType |
LIST_EACH |
static BillOfMaterialBuilder.StockLengthType |
SINGLE_SUM |
Modifier and Type | Method and Description |
---|---|
static BillOfMaterialBuilder.StockLengthType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static BillOfMaterialBuilder.StockLengthType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static BillOfMaterialBuilder.StockLengthType[] |
values()
Returns an array that contains the values for this enum.
|
public static final BillOfMaterialBuilder.StockLengthType SINGLE_SUM
public static final BillOfMaterialBuilder.StockLengthType LIST_EACH
public static final int _SINGLE_SUM
public static final int _LIST_EACH
public static BillOfMaterialBuilder.StockLengthType valueOf(int value)
public static BillOfMaterialBuilder.StockLengthType valueOf(String name)
public static BillOfMaterialBuilder.StockLengthType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.