public static enum ParametricTestBase.ParametricMotionControllerBase.PointMotion extends java.lang.Enum<ParametricTestBase.ParametricMotionControllerBase.PointMotion>
Enum Constant and Description |
---|
ATTACHED |
FIXED |
PARAMETRIC |
Modifier and Type | Method and Description |
---|---|
static ParametricTestBase.ParametricMotionControllerBase.PointMotion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParametricTestBase.ParametricMotionControllerBase.PointMotion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParametricTestBase.ParametricMotionControllerBase.PointMotion FIXED
public static final ParametricTestBase.ParametricMotionControllerBase.PointMotion ATTACHED
public static final ParametricTestBase.ParametricMotionControllerBase.PointMotion PARAMETRIC
public static ParametricTestBase.ParametricMotionControllerBase.PointMotion[] values()
for (ParametricTestBase.ParametricMotionControllerBase.PointMotion c : ParametricTestBase.ParametricMotionControllerBase.PointMotion.values()) System.out.println(c);
public static ParametricTestBase.ParametricMotionControllerBase.PointMotion 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 null