Enum Class UiMapType

java.lang.Object
java.lang.Enum<UiMapType>
org.teamapps.dto.UiMapType
All Implemented Interfaces:
Serializable, Comparable<UiMapType>, Constable

public enum UiMapType extends Enum<UiMapType>
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Enum Constant Details

    • INTERNAL

      public static final UiMapType INTERNAL
    • INTERNAL_DARK

      public static final UiMapType INTERNAL_DARK
    • INTERNAL_DARK_HIGH_RES

      public static final UiMapType INTERNAL_DARK_HIGH_RES
    • MAP_BOX_STREETS

      public static final UiMapType MAP_BOX_STREETS
    • MAP_BOX_STREETS_BASIC

      public static final UiMapType MAP_BOX_STREETS_BASIC
    • MAP_BOX_STREETS_SATELLITE

      public static final UiMapType MAP_BOX_STREETS_SATELLITE
    • MAP_BOX_SATELLITE

      public static final UiMapType MAP_BOX_SATELLITE
    • MAP_BOX_RUN_BIKE_HIKE

      public static final UiMapType MAP_BOX_RUN_BIKE_HIKE
    • MAP_BOX_DARK

      public static final UiMapType MAP_BOX_DARK
    • MAP_BOX_EMERALD

      public static final UiMapType MAP_BOX_EMERALD
    • MAP_BOX_OUTDOORS

      public static final UiMapType MAP_BOX_OUTDOORS
    • MAP_QUEST_OSM

      public static final UiMapType MAP_QUEST_OSM
    • MAP_QUEST_SATELLITE

      public static final UiMapType MAP_QUEST_SATELLITE
    • OSM_TOPO_MAP

      public static final UiMapType OSM_TOPO_MAP
    • NASA_EARTH_AT_NIGHT

      public static final UiMapType NASA_EARTH_AT_NIGHT
    • INFO_WEATHER_TEMPERATURE

      public static final UiMapType INFO_WEATHER_TEMPERATURE
    • THUNDERFOREST_DARK

      public static final UiMapType THUNDERFOREST_DARK
    • THUNDERFOREST_TRANSPORT

      public static final UiMapType THUNDERFOREST_TRANSPORT
    • WIKIMEDIA

      public static final UiMapType WIKIMEDIA
  • Method Details

    • values

      public static UiMapType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static UiMapType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • jsonValue

      public int jsonValue()