Enum TileLayerHiDpiMode
- java.lang.Object
-
- java.lang.Enum<TileLayerHiDpiMode>
-
- nl.b3p.tailormap.api.persistence.json.TileLayerHiDpiMode
-
- All Implemented Interfaces:
Serializable,Comparable<TileLayerHiDpiMode>
@Generated("org.openapitools.codegen.languages.SpringCodegen") public enum TileLayerHiDpiMode extends Enum<TileLayerHiDpiMode>Gets or Sets TileLayerHiDpiMode
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SHOWNEXTZOOMLEVELSUBSTITUTELAYERSHOWNEXTZOOMLEVELSUBSTITUTELAYERTILEPIXELRATIOONLY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TileLayerHiDpiModefromValue(String value)StringgetValue()StringtoString()static TileLayerHiDpiModevalueOf(String name)Returns the enum constant of this type with the specified name.static TileLayerHiDpiMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SHOWNEXTZOOMLEVEL
public static final TileLayerHiDpiMode SHOWNEXTZOOMLEVEL
-
SUBSTITUTELAYERSHOWNEXTZOOMLEVEL
public static final TileLayerHiDpiMode SUBSTITUTELAYERSHOWNEXTZOOMLEVEL
-
SUBSTITUTELAYERTILEPIXELRATIOONLY
public static final TileLayerHiDpiMode SUBSTITUTELAYERTILEPIXELRATIOONLY
-
-
Method Detail
-
values
public static TileLayerHiDpiMode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TileLayerHiDpiMode c : TileLayerHiDpiMode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TileLayerHiDpiMode valueOf(String name)
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
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<TileLayerHiDpiMode>
-
fromValue
public static TileLayerHiDpiMode fromValue(String value)
-
-