public static enum YasmeenGlobalParameters.Performance extends Enum<YasmeenGlobalParameters.Performance>
| Enum Constant and Description |
|---|
HIGH_SPEED |
LOW_SPEED |
MAX_ACCURACY |
MAX_SPEED |
MEDIUM_SPEED |
| Modifier and Type | Method and Description |
|---|---|
static YasmeenGlobalParameters.Performance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YasmeenGlobalParameters.Performance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YasmeenGlobalParameters.Performance MAX_ACCURACY
public static final YasmeenGlobalParameters.Performance LOW_SPEED
public static final YasmeenGlobalParameters.Performance MEDIUM_SPEED
public static final YasmeenGlobalParameters.Performance HIGH_SPEED
public static final YasmeenGlobalParameters.Performance MAX_SPEED
public static YasmeenGlobalParameters.Performance[] values()
for (YasmeenGlobalParameters.Performance c : YasmeenGlobalParameters.Performance.values()) System.out.println(c);
public static YasmeenGlobalParameters.Performance 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 nullCopyright © 2020. All Rights Reserved.