public static enum BDNavigation.BDProviderEnum extends java.lang.Enum<BDNavigation.BDProviderEnum>
Modifier and Type | Method and Description |
---|---|
static BDNavigation.BDProviderEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BDNavigation.BDProviderEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BDNavigation.BDProviderEnum BD
public static final BDNavigation.BDProviderEnum GPS
public static final BDNavigation.BDProviderEnum GPSandBD
public static BDNavigation.BDProviderEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static BDNavigation.BDProviderEnum[] values()
for (BDNavigation.BDProviderEnum c : BDNavigation.BDProviderEnum.values()) System.out.println(c);