public enum ImageCollectionMode extends Enum<ImageCollectionMode>
Enum Constant and Description |
---|
FLICKR_WEBPAGE_COLLECTION |
FLICKR_WEBPAGE_GALLERY |
FLICKR_WEBPAGE_SET |
GENERIC_WEBPAGE |
XUGGLE_VIDEO_FILE |
XUGGLE_VIDEO_URL |
YOUTUBE_VIDEO |
Modifier and Type | Method and Description |
---|---|
static ImageCollection<MBFImage> |
guessType(ImageCollectionConfig config) |
ImageCollection<MBFImage> |
initCollection(ImageCollectionConfig config) |
abstract ImageCollection<MBFImage> |
newCollection() |
int |
usability(ImageCollectionConfig config) |
static ImageCollectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageCollectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageCollectionMode XUGGLE_VIDEO_URL
public static final ImageCollectionMode XUGGLE_VIDEO_FILE
public static final ImageCollectionMode YOUTUBE_VIDEO
public static final ImageCollectionMode GENERIC_WEBPAGE
public static final ImageCollectionMode FLICKR_WEBPAGE_GALLERY
public static final ImageCollectionMode FLICKR_WEBPAGE_SET
public static final ImageCollectionMode FLICKR_WEBPAGE_COLLECTION
public static ImageCollectionMode[] values()
for (ImageCollectionMode c : ImageCollectionMode.values()) System.out.println(c);
public static ImageCollectionMode 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 ImageCollection<MBFImage> initCollection(ImageCollectionConfig config) throws ImageCollectionSetupException
ImageCollectionSetupException
public int usability(ImageCollectionConfig config)
public abstract ImageCollection<MBFImage> newCollection()
public static ImageCollection<MBFImage> guessType(ImageCollectionConfig config) throws ImageCollectionSetupException
ImageCollectionSetupException