Uses of Enum
org.kapott.hbci.sepa.PainVersion.Type
Packages that use PainVersion.Type
-
Uses of PainVersion.Type in org.kapott.hbci.sepa
Fields in org.kapott.hbci.sepa declared as PainVersion.TypeFields in org.kapott.hbci.sepa with type parameters of type PainVersion.TypeModifier and TypeFieldDescriptionprivate static final Map<PainVersion.Type, List<PainVersion>> PainVersion.knownVersionDeprecated.Methods in org.kapott.hbci.sepa that return PainVersion.TypeModifier and TypeMethodDescriptionPainVersion.getType()Deprecated.Liefert den Typ der PAIN-Version.static PainVersion.TypeLiefert den enum-Type fuer den angegebenen Wert.static PainVersion.TypeReturns the enum constant of this type with the specified name.static PainVersion.Type[]PainVersion.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 PainVersion.TypeModifier and TypeMethodDescriptionstatic List<PainVersion> PainVersion.getKnownVersions(PainVersion.Type t) Deprecated.Liefert eine Liste der bekannten PAIN-Versionen fuer den angegebenen Typ.