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 IConfiguration
public Double getValueDouble(String name, Double defaultValue)
getValueDouble
in interface IConfiguration
public Float getValueFloat(String name, Float defaultValue)
getValueFloat
in interface IConfiguration
public Integer getValueInteger(String name, Integer defaultValue)
getValueInteger
in interface IConfiguration
public Long getValueLong(String name, Long defaultValue)
getValueLong
in interface IConfiguration
public String getValueString(String name, String defaultValue)
getValueString
in interface IConfiguration