public enum StringConstants extends Enum<StringConstants>
Enum Constant and Description |
---|
MAP_CACHE_DIR
directory in de webapp waar de wms resultaten worden gecached.
|
OPENLS_REQ_PARAM_REQUEST
openls request param naam voor request.
|
OPENLS_REQ_PARAM_SEARCH
openls request param naam voor search.
|
OPENLS_REQ_VALUE_GEOCODE
openls request param naam voor request value.
|
REQ_PARAM_ADRES
request param naam voor adres.
|
REQ_PARAM_BBOX
request param naam voor bounding box.
|
REQ_PARAM_BGMAP
request param naam voor het id van de achtergrondkaart.
|
REQ_PARAM_CACHEDIR
parameter cache dir.
|
REQ_PARAM_COLORSCHEME
request param naam voor kleurenschema.
|
REQ_PARAM_COREONLY
request param naam voor coreonly optie.
|
REQ_PARAM_DOWNLOADLINK
download link.
|
REQ_PARAM_FEATUREINFO
parameter featureinfo.
|
REQ_PARAM_FGMAP_ALPHA
transparantie voorgrond kaart.
|
REQ_PARAM_FID
request param naam voor pagina offset.
|
REQ_PARAM_FONTSIZE
request param naam voor font size.
|
REQ_PARAM_FORWARD
request param naam voor forward of html output.
|
REQ_PARAM_GEVONDEN
request param naam voor gevonden adres.
|
REQ_PARAM_KAART
parameter kaart.
|
REQ_PARAM_LEGENDAS
parameter legendas.
|
REQ_PARAM_MAPID
request param naam voor de id van de kaart.
|
REQ_PARAM_MAPNAME
request param naam voor de beschrijvende naam van de kaart.
|
REQ_PARAM_RESPONSE_FORMAT
request param naam voor response format.
|
REQ_PARAM_STRAAL
request param naam voor straal.
|
REQ_PARAM_XCOORD
request param naam voor xcoord.
|
REQ_PARAM_YCOORD
request param naam voor ycoord.
|
Modifier and Type | Field and Description |
---|---|
String |
code
De code (waarde) van dit object.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
codeNamen()
Lijst met alle code namen (immutable).
|
String |
toString()
Geeft de code van dit object terug.
|
static StringConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StringConstants REQ_PARAM_STRAAL
public static final StringConstants REQ_PARAM_XCOORD
public static final StringConstants REQ_PARAM_YCOORD
public static final StringConstants REQ_PARAM_ADRES
public static final StringConstants REQ_PARAM_GEVONDEN
public static final StringConstants REQ_PARAM_FID
public static final StringConstants REQ_PARAM_FORWARD
public static final StringConstants REQ_PARAM_MAPNAME
public static final StringConstants REQ_PARAM_MAPID
public static final StringConstants REQ_PARAM_BGMAP
public static final StringConstants REQ_PARAM_COREONLY
public static final StringConstants REQ_PARAM_BBOX
public static final StringConstants REQ_PARAM_FONTSIZE
public static final StringConstants REQ_PARAM_COLORSCHEME
public static final StringConstants REQ_PARAM_RESPONSE_FORMAT
public static final StringConstants REQ_PARAM_FEATUREINFO
public static final StringConstants REQ_PARAM_LEGENDAS
public static final StringConstants REQ_PARAM_KAART
public static final StringConstants REQ_PARAM_CACHEDIR
public static final StringConstants REQ_PARAM_DOWNLOADLINK
public static final StringConstants REQ_PARAM_FGMAP_ALPHA
public static final StringConstants OPENLS_REQ_PARAM_REQUEST
public static final StringConstants OPENLS_REQ_VALUE_GEOCODE
public static final StringConstants OPENLS_REQ_PARAM_SEARCH
public static final StringConstants MAP_CACHE_DIR
public final String code
public static StringConstants[] values()
for (StringConstants c : StringConstants.values()) System.out.println(c);
public static StringConstants 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 static List<String> codeNamen()
public String toString()
code
toString
in class Enum<StringConstants>
code
,
Enum.toString()
Copyright © 2012–2014 Ministerie EZ. All rights reserved.