public enum LocationUniqueIdType extends java.lang.Enum<LocationUniqueIdType>
| Enum Constant and Description |
|---|
BING
bing
|
DIRECTORY
directory
|
LOCATION_STORE
location Store
|
PRIVATE
private
|
UNEXPECTED_VALUE
For LocationUniqueIdType values that were not expected from the service
|
UNKNOWN
unknown
|
| Modifier and Type | Method and Description |
|---|---|
static LocationUniqueIdType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocationUniqueIdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationUniqueIdType UNKNOWN
public static final LocationUniqueIdType LOCATION_STORE
public static final LocationUniqueIdType DIRECTORY
public static final LocationUniqueIdType PRIVATE
public static final LocationUniqueIdType BING
public static final LocationUniqueIdType UNEXPECTED_VALUE
public static LocationUniqueIdType[] values()
for (LocationUniqueIdType c : LocationUniqueIdType.values()) System.out.println(c);
public static LocationUniqueIdType 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 null