public enum JointStateCoordinateType extends Enum<JointStateCoordinateType>
| Enum Constant and Description |
|---|
FLOAT_ABS_LOPSIDED_PIECEWISE_LINEAR |
FLOAT_ABS_RANGE_OF_MOTION |
FLOAT_ACC_RANGE_OF_MOTION_PSPS |
FLOAT_REL_RANGE_OF_MOTION |
FLOAT_VEL_RANGE_OF_MOTION_PER_SEC |
INT_DEVICE |
INT_PULSE_WIDTH |
| Modifier and Type | Method and Description |
|---|---|
static JointStateCoordinateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JointStateCoordinateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JointStateCoordinateType FLOAT_ABS_RANGE_OF_MOTION
public static final JointStateCoordinateType FLOAT_VEL_RANGE_OF_MOTION_PER_SEC
public static final JointStateCoordinateType FLOAT_ACC_RANGE_OF_MOTION_PSPS
public static final JointStateCoordinateType FLOAT_ABS_LOPSIDED_PIECEWISE_LINEAR
public static final JointStateCoordinateType FLOAT_REL_RANGE_OF_MOTION
public static final JointStateCoordinateType INT_DEVICE
public static final JointStateCoordinateType INT_PULSE_WIDTH
public static JointStateCoordinateType[] values()
for (JointStateCoordinateType c : JointStateCoordinateType.values()) System.out.println(c);
public static JointStateCoordinateType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2010-2016. All Rights Reserved.