public enum swMotionPlotAxisType_e extends java.lang.Enum<swMotionPlotAxisType_e>
Modifier and Type | Method and Description |
---|---|
static swMotionPlotAxisType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swMotionPlotAxisType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swMotionPlotAxisType_e swMotionPlotAxisType_XAXISTIME
public static final swMotionPlotAxisType_e swMotionPlotAxisType_XAXISFRAME
public static final swMotionPlotAxisType_e swMotionPlotAxisType_CM_POSITION
public static final swMotionPlotAxisType_e swMotionPlotAxisType_PRESSURE_ANGLE
public static final swMotionPlotAxisType_e swMotionPlotAxisType_CM_VELOCITY
public static final swMotionPlotAxisType_e swMotionPlotAxisType_CM_ACCELERATION
public static final swMotionPlotAxisType_e swMotionPlotAxisType_TRANS_DISP
public static final swMotionPlotAxisType_e swMotionPlotAxisType_TRANS_VELOCITY
public static final swMotionPlotAxisType_e swMotionPlotAxisType_TRANS_ACCELERATION
public static final swMotionPlotAxisType_e swMotionPlotAxisType_ANGULAR_DISP
public static final swMotionPlotAxisType_e swMotionPlotAxisType_ANGULAR_VELOCITY
public static final swMotionPlotAxisType_e swMotionPlotAxisType_ANGULAR_ACCEL
public static final swMotionPlotAxisType_e swMotionPlotAxisType_TRANS_MOMENTUM
public static final swMotionPlotAxisType_e swMotionPlotAxisType_ANGULAR_MOMENTUM
public static final swMotionPlotAxisType_e swMotionPlotAxisType_REACTION_FORCE
public static final swMotionPlotAxisType_e swMotionPlotAxisType_REACTION_TORQUE
public static final swMotionPlotAxisType_e swMotionPlotAxisType_PROJ_ANGLES
public static final swMotionPlotAxisType_e swMotionPlotAxisType_EULER_ANGLES
public static final swMotionPlotAxisType_e swMotionPlotAxisType_PITCH
public static final swMotionPlotAxisType_e swMotionPlotAxisType_BRYANT_ANGLE
public static final swMotionPlotAxisType_e swMotionPlotAxisType_RODRIQUEZ_PARAM
public static final swMotionPlotAxisType_e swMotionPlotAxisType_MOTION_APPLIED_FORCE
public static final swMotionPlotAxisType_e swMotionPlotAxisType_MOTION_APPLIED_TORQUE
public static final swMotionPlotAxisType_e swMotionPlotAxisType_FRICTION_FORCE
public static final swMotionPlotAxisType_e swMotionPlotAxisType_FRICTION_MOMENT
public static final swMotionPlotAxisType_e swMotionPlotAxisType_KINETIC_ENERGY
public static final swMotionPlotAxisType_e swMotionPlotAxisType_TRANS_KINETIC_ENERGY
public static final swMotionPlotAxisType_e swMotionPlotAxisType_ANGULAR_KINETIC_ENERGY
public static final swMotionPlotAxisType_e swMotionPlotAxisType_POTENTIAL_ENERGY_DELTA
public static final swMotionPlotAxisType_e swMotionPlotAxisType_POWER_CONSUMPTION
public static final swMotionPlotAxisType_e swMotionPlotAxisType_TRACE_PATH
public static final swMotionPlotAxisType_e swMotionPlotAxisType_CONTACT_FORCE
public static final swMotionPlotAxisType_e swMotionPlotAxisType_REFLECTED_MASS
public static final swMotionPlotAxisType_e swMotionPlotAxisType_REFLECTED_INERTIA
public static swMotionPlotAxisType_e[] values()
for (swMotionPlotAxisType_e c : swMotionPlotAxisType_e.values()) System.out.println(c);
public static swMotionPlotAxisType_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