public static enum BingImageDataset.ImageDataSourceQuery.Color extends Enum<BingImageDataset.ImageDataSourceQuery.Color>
Enum Constant and Description |
---|
Black |
Blue |
Brown |
ColorOnly
Return color images
|
Gray |
Green |
Monochrome
Return black and white images
|
Orange |
Pink |
Purple |
Red |
Teal |
White |
Yellow |
Modifier and Type | Method and Description |
---|---|
static BingImageDataset.ImageDataSourceQuery.Color |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BingImageDataset.ImageDataSourceQuery.Color[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BingImageDataset.ImageDataSourceQuery.Color ColorOnly
public static final BingImageDataset.ImageDataSourceQuery.Color Monochrome
public static final BingImageDataset.ImageDataSourceQuery.Color Black
public static final BingImageDataset.ImageDataSourceQuery.Color Blue
public static final BingImageDataset.ImageDataSourceQuery.Color Brown
public static final BingImageDataset.ImageDataSourceQuery.Color Gray
public static final BingImageDataset.ImageDataSourceQuery.Color Green
public static final BingImageDataset.ImageDataSourceQuery.Color Orange
public static final BingImageDataset.ImageDataSourceQuery.Color Pink
public static final BingImageDataset.ImageDataSourceQuery.Color Purple
public static final BingImageDataset.ImageDataSourceQuery.Color Red
public static final BingImageDataset.ImageDataSourceQuery.Color Teal
public static final BingImageDataset.ImageDataSourceQuery.Color White
public static final BingImageDataset.ImageDataSourceQuery.Color Yellow
public static BingImageDataset.ImageDataSourceQuery.Color[] values()
for (BingImageDataset.ImageDataSourceQuery.Color c : BingImageDataset.ImageDataSourceQuery.Color.values()) System.out.println(c);
public static BingImageDataset.ImageDataSourceQuery.Color 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