|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<GoogleMapLib.CreationOptions>
com.partnersoft.formats.google.GoogleMapLib.CreationOptions
public static enum GoogleMapLib.CreationOptions
Enumeration of options for Creating various file types using the GoogleMapBuilder.
| Enum Constant Summary | |
|---|---|
COMPLETE_HTML
Generate a complete Html file. |
|
INCOMPLETE_HTML
Generates an incomplete Html file. |
|
JAVASCRIPT_ONLY
Generate only Javascript. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GoogleMapLib.CreationOptions JAVASCRIPT_ONLY
public static final GoogleMapLib.CreationOptions COMPLETE_HTML
public static final GoogleMapLib.CreationOptions INCOMPLETE_HTML
| Method Detail |
|---|
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 name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||