public enum DegreeOfFreedom extends java.lang.Enum<DegreeOfFreedom> implements QiEnum
Enum Constant and Description |
---|
ROBOT_FRAME_ROTATION
Robot frame rotation degree of freedom with regards
to a world-fixed frame.
|
UNSUPPORTED_VALUE
This value might be retrieved when the enum has evolved and the client application is not using the corresponding version.
|
Modifier and Type | Method and Description |
---|---|
int |
getQiValue() |
static DegreeOfFreedom |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DegreeOfFreedom[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DegreeOfFreedom UNSUPPORTED_VALUE
public static final DegreeOfFreedom ROBOT_FRAME_ROTATION
public static DegreeOfFreedom[] values()
for (DegreeOfFreedom c : DegreeOfFreedom.values()) System.out.println(c);
public static DegreeOfFreedom valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getQiValue()
getQiValue
in interface QiEnum