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