public static class GearBuilder.AxisJointType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_ANGULAR
Angular
|
static int |
_LINEAR
Linear
|
static GearBuilder.AxisJointType |
ANGULAR
Angular
|
static GearBuilder.AxisJointType |
LINEAR
Linear
|
Modifier and Type | Method and Description |
---|---|
static GearBuilder.AxisJointType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static GearBuilder.AxisJointType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static GearBuilder.AxisJointType[] |
values()
Returns an array that contains the values for this enum.
|
public static final GearBuilder.AxisJointType LINEAR
public static final GearBuilder.AxisJointType ANGULAR
public static final int _LINEAR
public static final int _ANGULAR
public static GearBuilder.AxisJointType valueOf(int value)
public static GearBuilder.AxisJointType valueOf(String name)
public static GearBuilder.AxisJointType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.