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