public enum NumberConstants extends Enum<NumberConstants>
StringConstants
Enum Constant and Description |
---|
DEFAULT_FONT_SIZE
default font size, 12.
|
DEFAULT_XCOORD
default x coordinaat.
|
DEFAULT_YCOORD
default y coordinaat.
|
OPENLS_ZOOMSCALE_ADRES
straal voor een adres zoekresultaat, waarde in meter.
|
OPENLS_ZOOMSCALE_GEMEENTE
straal voor een gemeente zoekresultaat, waarde in meter.
|
OPENLS_ZOOMSCALE_PLAATS
straal voor een plaats zoekresultaat, waarde in meter.
|
OPENLS_ZOOMSCALE_POSTCODE
straal voor een postcode zoekresultaat, waarde in meter.
|
OPENLS_ZOOMSCALE_PROVINCIE
straal voor een provincie zoekresultaat, waarde in meter.
|
OPENLS_ZOOMSCALE_STANDAARD
straal voor een default zoekresultaat, waarde in meter.
|
Modifier and Type | Method and Description |
---|---|
double |
doubleValue()
Double value van dit object.
|
int |
intValue()
Int value van dit object.
|
String |
toString()
String value van dit object.
|
static NumberConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NumberConstants OPENLS_ZOOMSCALE_ADRES
public static final NumberConstants OPENLS_ZOOMSCALE_POSTCODE
public static final NumberConstants OPENLS_ZOOMSCALE_PLAATS
public static final NumberConstants OPENLS_ZOOMSCALE_GEMEENTE
public static final NumberConstants OPENLS_ZOOMSCALE_PROVINCIE
public static final NumberConstants OPENLS_ZOOMSCALE_STANDAARD
public static final NumberConstants DEFAULT_XCOORD
public static final NumberConstants DEFAULT_YCOORD
public static final NumberConstants DEFAULT_FONT_SIZE
public static NumberConstants[] values()
for (NumberConstants c : NumberConstants.values()) System.out.println(c);
public static NumberConstants 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 double doubleValue()
Number.doubleValue()
public int intValue()
Number.intValue()
public String toString()
toString
in class Enum<NumberConstants>
Enum.toString()
,
Object.toString()
Copyright © 2012–2014 Ministerie EZ. All rights reserved.