Package org.kapott.hbci.datatypes

Examples of org.kapott.hbci.datatypes.SyntaxWrt


                    sum += entry.value.getLongValue();
                }
                // TODO: hier wird ziemlich unsch�n direkt auf
                // die SyntaxDE-Funktionen zugegriffen
                String v = HBCIUtils.bigDecimal2String(new BigDecimal(sum).divide(new BigDecimal("100.0")));
                ret = new SyntaxWrt(v, 1, 0).toString();
             
            } else if (path.equals("sumCurr")) {
              // w�hrung des sammlers
                ret=dtaus.getCurr()==DTAUS.CURR_DM?"DEM":"EUR";
           
View Full Code Here

TOP

Related Classes of org.kapott.hbci.datatypes.SyntaxWrt

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.