Class DBPropertyUtil.HBCITypedProperties

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
de.willuhn.util.TypedProperties
de.willuhn.jameica.hbci.server.DBPropertyUtil.HBCITypedProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
Enclosing class:
DBPropertyUtil

public static class DBPropertyUtil.HBCITypedProperties extends de.willuhn.util.TypedProperties
Ueberschrieben, weil boolsche Werte in den BPD mit "J","N" statt "true","false" gespeichert sind.
See Also:
  • Constructor Details

    • HBCITypedProperties

      public HBCITypedProperties()
  • Method Details

    • getBoolean

      public boolean getBoolean(String name, boolean defaultValue)
      Overrides:
      getBoolean in class de.willuhn.util.TypedProperties
      See Also:
      • TypedProperties.getBoolean(java.lang.String, boolean)