public static enum GoogleMapLib.CreationOptions extends java.lang.Enum<GoogleMapLib.CreationOptions>
| Enum Constant and Description |
|---|
COMPLETE_HTML
Generate a complete Html file.
|
INCOMPLETE_HTML
Generates an incomplete Html file.
|
JAVASCRIPT_ONLY
Generate only Javascript.
|
| Modifier and Type | Method and Description |
|---|---|
static GoogleMapLib.CreationOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GoogleMapLib.CreationOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleMapLib.CreationOptions JAVASCRIPT_ONLY
public static final GoogleMapLib.CreationOptions COMPLETE_HTML
public static final GoogleMapLib.CreationOptions INCOMPLETE_HTML
public static GoogleMapLib.CreationOptions[] values()
for (GoogleMapLib.CreationOptions c : GoogleMapLib.CreationOptions.values()) System.out.println(c);
public static GoogleMapLib.CreationOptions 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