Uses of Enum
org.kapott.hbci.sepa.SepaVersion.Type
Packages that use SepaVersion.Type
Package
Description
Dieses Package enthält alle Klassen zur internen Repräsentation von
(Highlevel-)Jobs.
-
Uses of SepaVersion.Type in org.kapott.hbci.GV
Methods in org.kapott.hbci.GV that return SepaVersion.TypeModifier and TypeMethodDescriptionprotected SepaVersion.TypeAbstractGVLastSEPA.getPainType()protected abstract SepaVersion.TypeAbstractSEPAGV.getPainType()Liefert den PAIN-Type.protected SepaVersion.TypeGVDauerLastSEPAList.getPainType()protected SepaVersion.TypeGVDauerSEPADel.getPainType()protected SepaVersion.TypeGVDauerSEPAEdit.getPainType()protected SepaVersion.TypeGVDauerSEPAList.getPainType()protected SepaVersion.TypeGVDauerSEPANew.getPainType()protected SepaVersion.TypeGVKUmsAllCamt.getPainType()protected SepaVersion.TypeGVTermUebSEPA.getPainType()protected SepaVersion.TypeGVTermUebSEPADel.getPainType()protected SepaVersion.TypeGVTermUebSEPAEdit.getPainType()protected SepaVersion.TypeGVTermUebSEPAList.getPainType()protected SepaVersion.TypeGVUebSEPA.getPainType()protected SepaVersion.TypeGVUmbSEPA.getPainType() -
Uses of SepaVersion.Type in org.kapott.hbci.sepa
Subclasses with type arguments of type SepaVersion.Type in org.kapott.hbci.sepaModifier and TypeClassDescriptionstatic enumEnum fuer die Gruppierung der verschienden Typen von Geschaeftsvorfaellen.Methods in org.kapott.hbci.sepa that return SepaVersion.TypeModifier and TypeMethodDescriptionSepaVersion.getType()Liefert den Typ der SEPA-Version.static SepaVersion.TypeReturns the enum constant of this type with the specified name.static SepaVersion.Type[]SepaVersion.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kapott.hbci.sepa with parameters of type SepaVersion.TypeModifier and TypeMethodDescriptionstatic List<SepaVersion> SepaVersion.getKnownVersions(SepaVersion.Type t) Liefert eine Liste der bekannten SEPA-Versionen fuer den angegebenen Typ.