protected static enum GMapInfoWindowBase.PropertyKeys extends java.lang.Enum<GMapInfoWindowBase.PropertyKeys>
| Enum Constant and Description |
|---|
content |
disabled |
latitude |
longitude |
options |
showOnClick |
startOpen |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static GMapInfoWindowBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GMapInfoWindowBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMapInfoWindowBase.PropertyKeys content
public static final GMapInfoWindowBase.PropertyKeys disabled
public static final GMapInfoWindowBase.PropertyKeys latitude
public static final GMapInfoWindowBase.PropertyKeys longitude
public static final GMapInfoWindowBase.PropertyKeys options
public static final GMapInfoWindowBase.PropertyKeys showOnClick
public static final GMapInfoWindowBase.PropertyKeys startOpen
public static GMapInfoWindowBase.PropertyKeys[] values()
for (GMapInfoWindowBase.PropertyKeys c : GMapInfoWindowBase.PropertyKeys.values()) System.out.println(c);
public static GMapInfoWindowBase.PropertyKeys 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 java.lang.String toString()
toString in class java.lang.Enum<GMapInfoWindowBase.PropertyKeys>Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.