public enum MultiSelectItemPreference extends Enum<MultiSelectItemPreference>
| Enum Constant and Description |
|---|
COMMERCIAL_SPECIES_FAVORITES |
SCIENTIFIC_SPECIES_FAVORITES |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
static MultiSelectItemPreference |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiSelectItemPreference[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiSelectItemPreference COMMERCIAL_SPECIES_FAVORITES
public static final MultiSelectItemPreference SCIENTIFIC_SPECIES_FAVORITES
public static MultiSelectItemPreference[] values()
for (MultiSelectItemPreference c : MultiSelectItemPreference.values()) System.out.println(c);
public static MultiSelectItemPreference 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 nullpublic String getKey()
Copyright © 2013–2014 CodeLutin. All rights reserved.