public static class WavePointBuilder.ParentPartType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_OTHER_PART
inter part mode
|
static int |
_WORK_PART
intra part mode
|
static WavePointBuilder.ParentPartType |
OTHER_PART
inter part mode
|
static WavePointBuilder.ParentPartType |
WORK_PART
intra part mode
|
Modifier and Type | Method and Description |
---|---|
static WavePointBuilder.ParentPartType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static WavePointBuilder.ParentPartType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static WavePointBuilder.ParentPartType[] |
values()
Returns an array that contains the values for this enum.
|
public static final WavePointBuilder.ParentPartType WORK_PART
public static final WavePointBuilder.ParentPartType OTHER_PART
public static final int _WORK_PART
public static final int _OTHER_PART
public static WavePointBuilder.ParentPartType valueOf(int value)
public static WavePointBuilder.ParentPartType valueOf(String name)
public static WavePointBuilder.ParentPartType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.