Package org.opencms.widgets
Enum CmsLocationPickerWidgetValue.MapType
java.lang.Object
java.lang.Enum<CmsLocationPickerWidgetValue.MapType>
org.opencms.widgets.CmsLocationPickerWidgetValue.MapType
- All Implemented Interfaces:
Serializable
,Comparable<CmsLocationPickerWidgetValue.MapType>
,java.lang.constant.Constable
- Enclosing class:
- CmsLocationPickerWidgetValue
public static enum CmsLocationPickerWidgetValue.MapType
extends Enum<CmsLocationPickerWidgetValue.MapType>
Enumeration class for defining the map types.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionboolean
isHybrid()
Checks ifthis
ishybrid
.boolean
isMap()
Checks ifthis
isroadmap
.boolean
Checks ifthis
issatellite
.boolean
Checks ifthis
isterrain
.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.
-
Enum Constant Details
-
hybrid
Hybrid map type. -
roadmap
Road map type. -
satellite
Satellite image type. -
terrain
Terrain map type.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
isHybrid
Checks ifthis
ishybrid
.- Returns:
true
, ifthis
ishybrid
-
isMap
Checks ifthis
isroadmap
.- Returns:
true
, ifthis
isroadmap
-
isSatellite
Checks ifthis
issatellite
.- Returns:
true
, ifthis
issatellite
-
isTerrain
Checks ifthis
isterrain
.- Returns:
true
, ifthis
isterrain
-