Uses of Class
org.kapott.hbci.structures.TypedValue
-
Packages that use TypedValue Package Description org.kapott.hbci.GV Dieses Package enthält alle Klassen zur internen Repräsentation von (Highlevel-)Jobs.org.kapott.hbci.GV_Result In diesem Package sind Klassen enthalten, die die Ergebnisse von HBCI-Jobs aufnehmen und auswerten. -
-
Uses of TypedValue in org.kapott.hbci.GV
Methods in org.kapott.hbci.GV that return TypedValue Modifier and Type Method Description private TypedValue
GVWPDepotUms. parseTypedValue(java.lang.String st)
-
Uses of TypedValue in org.kapott.hbci.GV_Result
Fields in org.kapott.hbci.GV_Result declared as TypedValue Modifier and Type Field Description TypedValue
GVRWPDepotUms.Entry.FinancialInstrument.Transaction. anzahl
Anzahl/Betrag der Papiere im UmsatzTypedValue
GVRWPDepotUms.Entry.FinancialInstrument. endSaldo
Endsaldo des FinanzinstrumentsTypedValue
GVRWPDepotUms.Entry.FinancialInstrument. preis
Endsaldo des FinanzinstrumentsTypedValue
GVRWPDepotUms.Entry.FinancialInstrument. startSaldo
Startsaldo des Finanzinstruments
-