public static enum DataSelector.FavouriteType extends Enum<DataSelector.FavouriteType>
| Modifier and Type | Method and Description |
|---|---|
static DataSelector.FavouriteType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSelector.FavouriteType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSelector.FavouriteType SITE
public static final DataSelector.FavouriteType DOCUMENT
public static final DataSelector.FavouriteType FOLDER
public static DataSelector.FavouriteType[] values()
for (DataSelector.FavouriteType c : DataSelector.FavouriteType.values()) System.out.println(c);
public static DataSelector.FavouriteType 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 © 2015. All rights reserved.