Package de.willuhn.jameica.hbci.rmi
Enum Class SepaLastType
- All Implemented Interfaces:
Serializable
,Comparable<SepaLastType>
,Constable
Die verschiedenen Typen bei SEPA-Lastschriften.
-
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 -
Method Summary
Modifier and TypeMethodDescriptionLiefert einen sprechenden Namen fuer den Typ.Liefert den zugehoerigen HBCI-Job-Namen von HBCI4Java.Liefert den zugehoerigen HBCI-Job-Namen von HBCI4Java fuer den Sammel-Auftrag.toString()
static SepaLastType
Returns the enum constant of this class with the specified name.static SepaLastType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CORE
Basis-Lastschrift -
COR1
Basis-Lastschrift mit verkuerztem Vorlauf. -
B2B
B2B-Lastschrift
-
-
Field Details
-
DEFAULT
Der Default-Typ (CORE).
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
getJobName
Liefert den zugehoerigen HBCI-Job-Namen von HBCI4Java.- Returns:
- der zugehoerige HBCI-Job-Name von HBCI4Java.
-
getMultiJobName
Liefert den zugehoerigen HBCI-Job-Namen von HBCI4Java fuer den Sammel-Auftrag.- Returns:
- der zugehoerige HBCI-Job-Name von HBCI4Java fuer den Sammel-Auftrag.
-
getDescription
Liefert einen sprechenden Namen fuer den Typ.- Returns:
- sprechender Name fuer den Typ.
-
toString
- Overrides:
toString
in classEnum<SepaLastType>
-