public static class KinematicComponentBuilder.WorkPositionAngleTypes extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_NONE
no angle specified
|
static int |
_SPECIFY_ANGLE
angle is specified
|
static KinematicComponentBuilder.WorkPositionAngleTypes |
NONE
no angle specified
|
static KinematicComponentBuilder.WorkPositionAngleTypes |
SPECIFY_ANGLE
angle is specified
|
Modifier and Type | Method and Description |
---|---|
static KinematicComponentBuilder.WorkPositionAngleTypes |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static KinematicComponentBuilder.WorkPositionAngleTypes |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static KinematicComponentBuilder.WorkPositionAngleTypes[] |
values()
Returns an array that contains the values for this enum.
|
public static final KinematicComponentBuilder.WorkPositionAngleTypes NONE
public static final KinematicComponentBuilder.WorkPositionAngleTypes SPECIFY_ANGLE
public static final int _NONE
public static final int _SPECIFY_ANGLE
public static KinematicComponentBuilder.WorkPositionAngleTypes valueOf(int value)
public static KinematicComponentBuilder.WorkPositionAngleTypes valueOf(String name)
public static KinematicComponentBuilder.WorkPositionAngleTypes[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.