public static enum BingImageDataset.ImageDataSourceQuery.Aspect extends Enum<BingImageDataset.ImageDataSourceQuery.Aspect>
Modifier and Type | Method and Description |
---|---|
static BingImageDataset.ImageDataSourceQuery.Aspect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BingImageDataset.ImageDataSourceQuery.Aspect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BingImageDataset.ImageDataSourceQuery.Aspect Square
public static final BingImageDataset.ImageDataSourceQuery.Aspect Wide
public static final BingImageDataset.ImageDataSourceQuery.Aspect Tall
public static final BingImageDataset.ImageDataSourceQuery.Aspect All
public static BingImageDataset.ImageDataSourceQuery.Aspect[] values()
for (BingImageDataset.ImageDataSourceQuery.Aspect c : BingImageDataset.ImageDataSourceQuery.Aspect.values()) System.out.println(c);
public static BingImageDataset.ImageDataSourceQuery.Aspect 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