| Package | Description |
|---|---|
| openlr.properties |
This package handles the OpenLR properties.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OpenLRPropertyAccess.getBooleanPropertyValue(org.apache.commons.configuration.Configuration properties,
OpenLRProperty property)
Gets the boolean property value.
|
static float |
OpenLRPropertyAccess.getFloatPropertyValue(org.apache.commons.configuration.Configuration properties,
OpenLRProperty property)
Gets the float property value.
|
static int |
OpenLRPropertyAccess.getIntegerPropertyValue(org.apache.commons.configuration.Configuration properties,
OpenLRProperty property)
Gets the integer property value.
|
static int |
OpenLRPropertyAccess.getIntegerPropertyValueById(org.apache.commons.configuration.Configuration properties,
OpenLRProperty property,
String id)
Gets the integer property value.
|
static int |
OpenLRPropertyAccess.getIntegerPropertyValueFromMap(org.apache.commons.configuration.Configuration properties,
OpenLRProperty property,
String id)
Gets the integer property value.
|
static String |
OpenLRPropertyAccess.getStringPropertyValue(org.apache.commons.configuration.Configuration properties,
OpenLRProperty property)
Gets the string property value.
|
Copyright © 2019 TomTom International B.V.. All rights reserved.