public static enum LocationTransformer.LocationDetailLevel extends java.lang.Enum<LocationTransformer.LocationDetailLevel>
Enum Constant and Description |
---|
FULL_EXCLUDING_SECRET |
FULL_INCLUDING_SECRET |
LOCAL_EXCLUDING_SECRET |
NONE |
Modifier and Type | Method and Description |
---|---|
static LocationTransformer.LocationDetailLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocationTransformer.LocationDetailLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocationTransformer.LocationDetailLevel NONE
public static final LocationTransformer.LocationDetailLevel LOCAL_EXCLUDING_SECRET
public static final LocationTransformer.LocationDetailLevel FULL_EXCLUDING_SECRET
public static final LocationTransformer.LocationDetailLevel FULL_INCLUDING_SECRET
public static LocationTransformer.LocationDetailLevel[] values()
for (LocationTransformer.LocationDetailLevel c : LocationTransformer.LocationDetailLevel.values()) System.out.println(c);
public static LocationTransformer.LocationDetailLevel 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