|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ConfigurationGeoMap.MapServicePolicy>
jet.server.api.admin.cfg.ConfigurationGeoMap.MapServicePolicy
public static enum ConfigurationGeoMap.MapServicePolicy
The map service policy which control how to connect to geography map service.
| Enum Constant Summary | |
|---|---|
INTERNET_SERVICE_FIRST
Use Internet map service first, if failed trying local map service. |
|
INTERNET_SERVICE_ONLY
Use Internet map service only. |
|
INTRANET_SERVICE_FIRST
Use Intranet map service first, if failed trying Internet map service. |
|
INTRANET_SERVICE_ONLY
Use Intranet map service only |
|
OFF
Do not use any geography map service |
|
| Method Summary | |
|---|---|
static ConfigurationGeoMap.MapServicePolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConfigurationGeoMap.MapServicePolicy[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 ConfigurationGeoMap.MapServicePolicy OFF
public static final ConfigurationGeoMap.MapServicePolicy INTRANET_SERVICE_ONLY
public static final ConfigurationGeoMap.MapServicePolicy INTERNET_SERVICE_ONLY
public static final ConfigurationGeoMap.MapServicePolicy INTRANET_SERVICE_FIRST
public static final ConfigurationGeoMap.MapServicePolicy INTERNET_SERVICE_FIRST
| Method Detail |
|---|
public static ConfigurationGeoMap.MapServicePolicy[] values()
for (ConfigurationGeoMap.MapServicePolicy c : ConfigurationGeoMap.MapServicePolicy.values()) System.out.println(c);
public static ConfigurationGeoMap.MapServicePolicy 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 | ||||||||