public enum RelicRecoveryVuMark extends java.lang.Enum<RelicRecoveryVuMark>
RelicRecoveryVuMark
represent the VuMarks used in the Relic Recovery
FTC competition of 2017-18.Modifier and Type | Method and Description |
---|---|
static RelicRecoveryVuMark |
from(VuforiaTrackable.Listener listener) |
static RelicRecoveryVuMark |
from(VuforiaTrackable trackable) |
static RelicRecoveryVuMark |
from(VuMarkInstanceId instanceId) |
static RelicRecoveryVuMark |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelicRecoveryVuMark[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelicRecoveryVuMark UNKNOWN
public static final RelicRecoveryVuMark LEFT
public static final RelicRecoveryVuMark CENTER
public static final RelicRecoveryVuMark RIGHT
public static RelicRecoveryVuMark[] values()
for (RelicRecoveryVuMark c : RelicRecoveryVuMark.values()) System.out.println(c);
public static RelicRecoveryVuMark 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 RelicRecoveryVuMark from(VuforiaTrackable trackable)
public static RelicRecoveryVuMark from(VuforiaTrackable.Listener listener)
public static RelicRecoveryVuMark from(VuMarkInstanceId instanceId)