de.bsvrz.kex.tls.osi2osi3.properties
Class PropertyConsultant

java.lang.Object
  extended by de.bsvrz.kex.tls.osi2osi3.properties.PropertyConsultant

public class PropertyConsultant
extends Object

Klasse zur Konvertierung von Text-Properties in einfache Datentypen

Author:
Kappich Systemberatung

Constructor Summary
PropertyConsultant(PropertyQueryInterface queryInterface)
           
 
Method Summary
 boolean getBooleanProperty(String key)
           
 double getDoubleProperty(String key)
           
 int getIntProperty(String key)
           
 String getProperty(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyConsultant

public PropertyConsultant(PropertyQueryInterface queryInterface)
Method Detail

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