public class DefaultLayerConfiguration extends Object implements IConfiguration
| Constructor and Description |
|---|
DefaultLayerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getValueBoolean(String name,
Boolean defaultValue) |
Double |
getValueDouble(String name,
Double defaultValue) |
Float |
getValueFloat(String name,
Float defaultValue) |
Integer |
getValueInteger(String name,
Integer defaultValue) |
Long |
getValueLong(String name,
Long defaultValue) |
String |
getValueString(String name,
String defaultValue) |
public Boolean getValueBoolean(String name, Boolean defaultValue)
getValueBoolean in interface IConfigurationpublic Double getValueDouble(String name, Double defaultValue)
getValueDouble in interface IConfigurationpublic Float getValueFloat(String name, Float defaultValue)
getValueFloat in interface IConfigurationpublic Integer getValueInteger(String name, Integer defaultValue)
getValueInteger in interface IConfigurationpublic Long getValueLong(String name, Long defaultValue)
getValueLong in interface IConfigurationpublic String getValueString(String name, String defaultValue)
getValueString in interface IConfiguration