Uses of Class
org.kapott.hbci.sepa.SepaVersion.SupportType
-
Packages that use SepaVersion.SupportType Package Description org.kapott.hbci.sepa -
-
Uses of SepaVersion.SupportType in org.kapott.hbci.sepa
Fields in org.kapott.hbci.sepa declared as SepaVersion.SupportType Modifier and Type Field Description private SepaVersion.SupportType
SepaVersion. support
Methods in org.kapott.hbci.sepa that return SepaVersion.SupportType Modifier and Type Method Description static SepaVersion.SupportType
SepaVersion.SupportType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SepaVersion.SupportType[]
SepaVersion.SupportType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.kapott.hbci.sepa with parameters of type SepaVersion.SupportType Constructor Description SepaVersion(SepaVersion.SupportType support, int order, java.lang.String urn, java.lang.String file, boolean add)
Erzeugt eine SEPA-Version aus dem URN bzw dem Dateinamen.
-