public class PropertyConsultant extends Object
Modifier and Type | Field and Description |
---|---|
private PropertyQueryInterface |
_queryInterface |
Constructor and Description |
---|
PropertyConsultant(PropertyQueryInterface queryInterface) |
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanProperty(String key) |
double |
getDoubleProperty(String key) |
int |
getIntProperty(String key) |
String |
getProperty(String key) |
private final PropertyQueryInterface _queryInterface
public PropertyConsultant(PropertyQueryInterface queryInterface)
public String getProperty(String key) throws IllegalArgumentException
IllegalArgumentException
public int getIntProperty(String key) throws IllegalArgumentException
IllegalArgumentException
public double getDoubleProperty(String key) throws IllegalArgumentException
IllegalArgumentException
public boolean getBooleanProperty(String key) throws IllegalArgumentException
IllegalArgumentException