public static enum KLTTracker.SelectionMode extends Enum<KLTTracker.SelectionMode>
Enum Constant and Description |
---|
REPLACING_SOME
Replacing some features
|
SELECTING_ALL
selecting all features
|
Modifier and Type | Method and Description |
---|---|
static KLTTracker.SelectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KLTTracker.SelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KLTTracker.SelectionMode SELECTING_ALL
public static final KLTTracker.SelectionMode REPLACING_SOME
public static KLTTracker.SelectionMode[] values()
for (KLTTracker.SelectionMode c : KLTTracker.SelectionMode.values()) System.out.println(c);
public static KLTTracker.SelectionMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null