public static enum CmsLocationPickerWidgetValue.MapType extends java.lang.Enum<CmsLocationPickerWidgetValue.MapType>
| Enum Constant and Description |
|---|
hybrid
Hybrid map type.
|
roadmap
Road map type.
|
satellite
Satellite image type.
|
terrain
Terrain map type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHybrid()
Checks if
this is hybrid. |
boolean |
isMap()
Checks if
this is roadmap. |
boolean |
isSatellite()
Checks if
this is satellite. |
boolean |
isTerrain()
Checks if
this is terrain. |
static CmsLocationPickerWidgetValue.MapType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsLocationPickerWidgetValue.MapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsLocationPickerWidgetValue.MapType hybrid
public static final CmsLocationPickerWidgetValue.MapType roadmap
public static final CmsLocationPickerWidgetValue.MapType satellite
public static final CmsLocationPickerWidgetValue.MapType terrain
public static CmsLocationPickerWidgetValue.MapType[] values()
for (CmsLocationPickerWidgetValue.MapType c : CmsLocationPickerWidgetValue.MapType.values()) System.out.println(c);
public static CmsLocationPickerWidgetValue.MapType 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 boolean isSatellite()
this is satellite.true, if this is satellite