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