Uses of Enum
org.kapott.hbci.dialog.KnownDialogTemplate
Packages that use KnownDialogTemplate
-
Uses of KnownDialogTemplate in org.kapott.hbci.dialog
Fields in org.kapott.hbci.dialog declared as KnownDialogTemplateFields 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 type with the specified name.static KnownDialogTemplate[]KnownDialogTemplate.values()Returns an array containing the constants of this enum type, 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.Constructors in org.kapott.hbci.dialog with parameters of type KnownDialogTemplateModifierConstructorDescription(package private)AbstractRawHBCIDialog(KnownDialogTemplate template) ct.(package private)AbstractRawHBCIDialogInit(KnownDialogTemplate template) ct.