public class PropertyConsultant extends Object
| 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) |
public PropertyConsultant(PropertyQueryInterface queryInterface)
public String getProperty(String key) throws IllegalArgumentException
IllegalArgumentExceptionpublic int getIntProperty(String key) throws IllegalArgumentException
IllegalArgumentExceptionpublic double getDoubleProperty(String key) throws IllegalArgumentException
IllegalArgumentExceptionpublic boolean getBooleanProperty(String key) throws IllegalArgumentException
IllegalArgumentException