protected static enum GMapBase.PropertyKeys extends java.lang.Enum<GMapBase.PropertyKeys>
| Enum Constant and Description |
|---|
accesskey |
address |
initialized |
latitude |
locateAddress |
longitude |
oldLatitude |
oldLongitude |
oldType |
oldZoomLevel |
options |
style |
styleClass |
type |
zoomLevel |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static GMapBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GMapBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMapBase.PropertyKeys accesskey
public static final GMapBase.PropertyKeys address
public static final GMapBase.PropertyKeys initialized
public static final GMapBase.PropertyKeys latitude
public static final GMapBase.PropertyKeys locateAddress
public static final GMapBase.PropertyKeys longitude
public static final GMapBase.PropertyKeys options
public static final GMapBase.PropertyKeys style
public static final GMapBase.PropertyKeys styleClass
public static final GMapBase.PropertyKeys type
public static final GMapBase.PropertyKeys zoomLevel
public static final GMapBase.PropertyKeys oldLatitude
public static final GMapBase.PropertyKeys oldLongitude
public static final GMapBase.PropertyKeys oldType
public static final GMapBase.PropertyKeys oldZoomLevel
public static GMapBase.PropertyKeys[] values()
for (GMapBase.PropertyKeys c : GMapBase.PropertyKeys.values()) System.out.println(c);
public static GMapBase.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<GMapBase.PropertyKeys>Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.