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