Uses of Enum
org.kapott.hbci.sepa.SepaVersion.SupportType
Packages that use SepaVersion.SupportType
-
Uses of SepaVersion.SupportType in org.kapott.hbci.sepa
Fields in org.kapott.hbci.sepa declared as SepaVersion.SupportTypeMethods in org.kapott.hbci.sepa that return SepaVersion.SupportTypeModifier and TypeMethodDescriptionstatic SepaVersion.SupportTypeReturns 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.SupportTypeModifierConstructorDescriptionprivateSepaVersion(SepaVersion.SupportType support, int order, String urn, String file, boolean add) Erzeugt eine SEPA-Version aus dem URN bzw dem Dateinamen.