public static enum DvlRejection.REASON extends java.lang.Enum<DvlRejection.REASON>
Enum Constant and Description |
---|
ABS_THRESHOLD_X |
ABS_THRESHOLD_Y |
INNOV_THRESHOLD_X |
INNOV_THRESHOLD_Y |
Modifier and Type | Method and Description |
---|---|
long |
value() |
static DvlRejection.REASON |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DvlRejection.REASON[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DvlRejection.REASON INNOV_THRESHOLD_X
public static final DvlRejection.REASON INNOV_THRESHOLD_Y
public static final DvlRejection.REASON ABS_THRESHOLD_X
public static final DvlRejection.REASON ABS_THRESHOLD_Y
public static DvlRejection.REASON[] values()
for (DvlRejection.REASON c : DvlRejection.REASON.values()) System.out.println(c);
public static DvlRejection.REASON 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 long value()