Package org.kapott.hbci.manager
Enum HBCIVersion
- All Implemented Interfaces:
Serializable
,Comparable<HBCIVersion>
,java.lang.constant.Constable
Kapselt die bekannten HBCI-Versionen.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic HBCIVersion
Sucht die HBCI-Version anhand der angegebenen ID.getId()
Liefert die ID der HBCI-Version.getName()
Liefert den Namen der HBCI-Version.toString()
static HBCIVersion
Returns the enum constant of this type with the specified name.static HBCIVersion[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
HBCI_201
HBCI 2.01 -
HBCI_210
HBCI 2.1 -
HBCI_220
HBCI 2.2 -
HBCI_PLUS
HBCI+ (HBCI 2.2 mit PIN/TAN-Support) -
HBCI_300
FinTS 3.0 -
HBCI_400
FinTS 4.0
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getId
Liefert die ID der HBCI-Version.- Returns:
- die ID der HBCI-Version.
-
getName
Liefert den Namen der HBCI-Version.- Returns:
- der Name der HBCI-Version.
-
toString
- Overrides:
toString
in classEnum<HBCIVersion>
- See Also:
-
byId
Sucht die HBCI-Version anhand der angegebenen ID.- Parameters:
id
- die ID der HBCI-Version.- Returns:
- die gefundene HBCI-Version oder NULL, wenn sie nicht gefunden wurde.
-