public enum CookieNamesConstants extends Enum<CookieNamesConstants>
Enum Constant and Description |
---|
COOKIE_baselyr
base layer.
|
COOKIE_mapid
map id.
|
COOKIE_S
zoom level.
|
COOKIE_X
x coordinate.
|
COOKIE_Y
y coordinate.
|
Modifier and Type | Field and Description |
---|---|
String |
value
De code (waarde) van dit object.
|
Modifier and Type | Method and Description |
---|---|
static String |
asJavaScript()
Maak een javascript representatie van dit object.
|
String |
toString()
Geeft de waarde van dit object terug.
|
static CookieNamesConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CookieNamesConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CookieNamesConstants COOKIE_baselyr
public static final CookieNamesConstants COOKIE_mapid
public static final CookieNamesConstants COOKIE_X
public static final CookieNamesConstants COOKIE_Y
public static final CookieNamesConstants COOKIE_S
public final String value
public static CookieNamesConstants[] values()
for (CookieNamesConstants c : CookieNamesConstants.values()) System.out.println(c);
public static CookieNamesConstants valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
value
toString
in class Enum<CookieNamesConstants>
value
,
Enum.toString()
public static String asJavaScript()
Copyright © 2012–2014 Ministerie EZ. All rights reserved.