de.bsvrz.kex.tls.osi2osi3.properties
Class PropertyConsultant
java.lang.Object
de.bsvrz.kex.tls.osi2osi3.properties.PropertyConsultant
public class PropertyConsultant
- extends Object
Klasse zur Konvertierung von Text-Properties in einfache Datentypen
- Author:
- Kappich Systemberatung
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyConsultant
public PropertyConsultant(PropertyQueryInterface queryInterface)
getProperty
public String getProperty(String key)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getIntProperty
public int getIntProperty(String key)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getDoubleProperty
public double getDoubleProperty(String key)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getBooleanProperty
public boolean getBooleanProperty(String key)
throws IllegalArgumentException
- Throws:
IllegalArgumentException