public static class DeckBuilder.Types extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_PLANES
Mold face is being defined by selected or defined planes.
|
static int |
_ROUND_CAMBER
Mold face is being defined by a generated round camber shape.
|
static int |
_SHEET_BODY
Mold face is being defined by a selected sheet body.
|
static int |
_STRAIGHT_CAMBER
Mold face is being defined by a generated straight camber shape.
|
static DeckBuilder.Types |
PLANES
Mold face is being defined by selected or defined planes.
|
static DeckBuilder.Types |
ROUND_CAMBER
Mold face is being defined by a generated round camber shape.
|
static DeckBuilder.Types |
SHEET_BODY
Mold face is being defined by a selected sheet body.
|
static DeckBuilder.Types |
STRAIGHT_CAMBER
Mold face is being defined by a generated straight camber shape.
|
Modifier and Type | Method and Description |
---|---|
static DeckBuilder.Types |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static DeckBuilder.Types |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static DeckBuilder.Types[] |
values()
Returns an array that contains the values for this enum.
|
public static final DeckBuilder.Types SHEET_BODY
public static final DeckBuilder.Types PLANES
public static final DeckBuilder.Types ROUND_CAMBER
public static final DeckBuilder.Types STRAIGHT_CAMBER
public static final int _SHEET_BODY
public static final int _PLANES
public static final int _ROUND_CAMBER
public static final int _STRAIGHT_CAMBER
public static DeckBuilder.Types valueOf(int value)
public static DeckBuilder.Types valueOf(String name)
public static DeckBuilder.Types[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.