Package org.kapott.hbci.sepa
Enum SepaVersion.Type
- All Implemented Interfaces:
Serializable
,Comparable<SepaVersion.Type>
,java.lang.constant.Constable
- Enclosing class:
SepaVersion
Enum fuer die Gruppierung der verschienden Typen von Geschaeftsvorfaellen.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Liefert eine sprechende Bezeichnung des Typs.getType()
Liefert den Typ.getValue()
Liefert den numerischen Wert des Typs.static SepaVersion.Type
Returns the enum constant of this type with the specified name.static SepaVersion.Type[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PAIN_001
Ueberweisungen. -
PAIN_002
Kontoauszuege. -
PAIN_008
Lastschriften. -
CAMT_052
Umsaetze im CAMT.052-Format.
-
-
Field Details
-
type
-
value
-
name
-
-
Constructor Details
-
Type
ct.- Parameters:
type
-value
-name
-
-
-
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
-
getType
Liefert den Typ.- Returns:
- type
-
getValue
Liefert den numerischen Wert des Typs.- Returns:
- der numerischen Wert des Typs.
-
getName
Liefert eine sprechende Bezeichnung des Typs.- Returns:
- eine sprechende Bezeichnung des Typs.
-