public static enum GMapInfoWindow.PropertyKeys extends Enum<GMapInfoWindow.PropertyKeys>
Enum Constant and Description |
---|
maxWidth |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static GMapInfoWindow.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GMapInfoWindow.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMapInfoWindow.PropertyKeys maxWidth
public static GMapInfoWindow.PropertyKeys[] values()
for (GMapInfoWindow.PropertyKeys c : GMapInfoWindow.PropertyKeys.values()) System.out.println(c);
public static GMapInfoWindow.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<GMapInfoWindow.PropertyKeys>
Copyright © 2017. All rights reserved.