Uses of Enum Class
org.kapott.hbci.dialog.KnownDialogTemplate
Packages that use KnownDialogTemplate
-
Uses of KnownDialogTemplate in org.kapott.hbci.dialog
Fields in org.kapott.hbci.dialog with type parameters of type KnownDialogTemplateModifier and TypeFieldDescriptionstatic List<KnownDialogTemplate>KnownDialogTemplate.LIST_SEND_SCAListe der Dialoge, bei denen ein SCA-Request per HKTAN gesendet werden soll.Methods in org.kapott.hbci.dialog that return KnownDialogTemplateModifier and TypeMethodDescriptionAbstractRawHBCIDialog.getTemplate()RawHBCIDialog.getTemplate()Liefert das Template.static KnownDialogTemplateReturns the enum constant of this class with the specified name.static KnownDialogTemplate[]KnownDialogTemplate.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kapott.hbci.dialog with parameters of type KnownDialogTemplateModifier and TypeMethodDescriptionvoidAbstractRawHBCIDialog.setTemplate(KnownDialogTemplate t) voidRawHBCIDialog.setTemplate(KnownDialogTemplate t) Speichert das Template.