Uses of Class
org.kapott.hbci.sepa.SepaVersion.Type
-
Packages that use SepaVersion.Type Package Description org.kapott.hbci.GV Dieses Package enthält alle Klassen zur internen Repräsentation von (Highlevel-)Jobs.org.kapott.hbci.sepa -
-
Uses of SepaVersion.Type in org.kapott.hbci.GV
Methods in org.kapott.hbci.GV that return SepaVersion.Type Modifier and Type Method Description protected SepaVersion.Type
AbstractGVLastSEPA. getPainType()
protected abstract SepaVersion.Type
AbstractSEPAGV. getPainType()
Liefert den PAIN-Type.protected SepaVersion.Type
GVDauerLastSEPAList. getPainType()
protected SepaVersion.Type
GVDauerSEPADel. getPainType()
protected SepaVersion.Type
GVDauerSEPAEdit. getPainType()
protected SepaVersion.Type
GVDauerSEPAList. getPainType()
protected SepaVersion.Type
GVDauerSEPANew. getPainType()
protected SepaVersion.Type
GVKUmsAllCamt. getPainType()
protected SepaVersion.Type
GVTermUebSEPA. getPainType()
protected SepaVersion.Type
GVTermUebSEPADel. getPainType()
protected SepaVersion.Type
GVTermUebSEPAEdit. getPainType()
protected SepaVersion.Type
GVTermUebSEPAList. getPainType()
protected SepaVersion.Type
GVUebSEPA. getPainType()
protected SepaVersion.Type
GVUmbSEPA. getPainType()
-
Uses of SepaVersion.Type in org.kapott.hbci.sepa
Fields in org.kapott.hbci.sepa declared as SepaVersion.Type Modifier and Type Field Description private SepaVersion.Type
SepaVersion. type
Fields in org.kapott.hbci.sepa with type parameters of type SepaVersion.Type Modifier and Type Field Description private static java.util.Map<SepaVersion.Type,java.util.List<SepaVersion>>
SepaVersion. knownVersions
Methods in org.kapott.hbci.sepa that return SepaVersion.Type Modifier and Type Method Description private static SepaVersion.Type
SepaVersion. findType(java.lang.String type, java.lang.String value)
Liefert den enum-Type fuer den angegebenen Wert.SepaVersion.Type
SepaVersion. getType()
Liefert den Typ der SEPA-Version.static SepaVersion.Type
SepaVersion.Type. valueOf(java.lang.String name)
Returns 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.Type Modifier and Type Method Description static java.util.List<SepaVersion>
SepaVersion. getKnownVersions(SepaVersion.Type t)
Liefert eine Liste der bekannten SEPA-Versionen fuer den angegebenen Typ.
-