Uses of Enum Class
org.kapott.hbci.GV_Result.GVRVoP.VoPStatus
Packages that use GVRVoP.VoPStatus
Package
Description
In diesem Package sind Klassen enthalten, die die Ergebnisse
von HBCI-Jobs aufnehmen und auswerten.
-
Uses of GVRVoP.VoPStatus in org.kapott.hbci.GV_Result
Methods in org.kapott.hbci.GV_Result that return GVRVoP.VoPStatusModifier and TypeMethodDescriptionstatic GVRVoP.VoPStatusVersucht den Enum-Wert basierend auf dem Code zu ermitteln.static GVRVoP.VoPStatusVersucht den Enum-Wert basierend auf dem Namen zu ermitteln.GVRVoP.VoPResultItem.getStatus()Liefert den Status.static GVRVoP.VoPStatusReturns the enum constant of this class with the specified name.static GVRVoP.VoPStatus[]GVRVoP.VoPStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kapott.hbci.GV_Result with parameters of type GVRVoP.VoPStatusModifier and TypeMethodDescriptionvoidGVRVoP.VoPResultItem.setStatus(GVRVoP.VoPStatus status) Speichert den Status.