Package org.kapott.hbci.structures

Examples of org.kapott.hbci.structures.TypedValue


            pos1++;   
        if (withCurr) {
            curr = st.substring(pos1, pos1+3);
            pos1 += 3;
        }
        return new TypedValue(
                            (neg?"-":"")+st.substring(pos1).replace(',','.'),
                            curr,
                            saldo_type);
    }
View Full Code Here

TOP

Related Classes of org.kapott.hbci.structures.TypedValue

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.