Class AbstractSepaParser<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void put​(java.util.Properties props, ISEPAParser.Names name, java.lang.String value)
      Speichert den Wert in den Properties.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractSepaParser

        public AbstractSepaParser()
    • Method Detail

      • put

        void put​(java.util.Properties props,
                 ISEPAParser.Names name,
                 java.lang.String value)
        Speichert den Wert in den Properties.
        Parameters:
        props - die Properties.
        name - das Property.
        value - der Wert.