public static enum BingMaps.ImagerySet extends Enum<BingMaps.ImagerySet>
Enum Constant and Description |
---|
Aerial |
AerialWithLabels |
CollinsBart |
OrdnanceSurvey |
Road |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static BingMaps.ImagerySet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BingMaps.ImagerySet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BingMaps.ImagerySet Aerial
public static final BingMaps.ImagerySet AerialWithLabels
public static final BingMaps.ImagerySet Road
public static final BingMaps.ImagerySet OrdnanceSurvey
public static final BingMaps.ImagerySet CollinsBart
public static BingMaps.ImagerySet[] values()
for (BingMaps.ImagerySet c : BingMaps.ImagerySet.values()) System.out.println(c);
public static BingMaps.ImagerySet 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 toString()
toString
in class Enum<BingMaps.ImagerySet>
Copyright © 2015. All rights reserved.