public static enum MotionTargetPanzer.BodySide extends java.lang.Enum<MotionTargetPanzer.BodySide>
Modifier and Type | Method and Description |
---|---|
Angle |
orientationOffset() |
static MotionTargetPanzer.BodySide |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MotionTargetPanzer.BodySide[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MotionTargetPanzer.BodySide FRONT
public static final MotionTargetPanzer.BodySide INVALID
public static final MotionTargetPanzer.BodySide LEFT
public static final MotionTargetPanzer.BodySide REAR
public static final MotionTargetPanzer.BodySide RIGHT
public Angle orientationOffset()
public static MotionTargetPanzer.BodySide 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 static MotionTargetPanzer.BodySide[] values()
for (MotionTargetPanzer.BodySide c : MotionTargetPanzer.BodySide.values()) System.out.println(c);