|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MotionTarget.TargetActivity>
artisynth.core.mechmodels.MotionTarget.TargetActivity
public static enum MotionTarget.TargetActivity
Enum Constant Summary | |
---|---|
Auto
Position and velocity targets are both initially inactive, but will each be activated when a value is set for them |
|
None
Position and velocity targets are both inactive |
|
Position
Position target is active, velocity target is inactive |
|
PositionVelocity
Position and velocity targets are both active |
|
Velocity
Velocity target is active, position target is inactive |
Method Summary | |
---|---|
static MotionTarget.TargetActivity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MotionTarget.TargetActivity[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MotionTarget.TargetActivity Position
public static final MotionTarget.TargetActivity Velocity
public static final MotionTarget.TargetActivity PositionVelocity
public static final MotionTarget.TargetActivity None
public static final MotionTarget.TargetActivity Auto
Method Detail |
---|
public static MotionTarget.TargetActivity[] values()
for (MotionTarget.TargetActivity c : MotionTarget.TargetActivity.values()) System.out.println(c);
public static MotionTarget.TargetActivity 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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |