java.io.Serializable
, java.lang.Comparable<SepaLastType>
public enum SepaLastType extends java.lang.Enum<SepaLastType>
Enum Constant | Description |
---|---|
B2B |
B2B-Lastschrift
|
COR1 |
Basis-Lastschrift mit verkuerztem Vorlauf.
|
CORE |
Basis-Lastschrift
|
Modifier and Type | Field | Description |
---|---|---|
static SepaLastType |
DEFAULT |
Der Default-Typ (CORE).
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getDescription() |
Liefert einen sprechenden Namen fuer den Typ.
|
java.lang.String |
getJobName() |
Liefert den zugehoerigen HBCI-Job-Namen von HBCI4Java.
|
java.lang.String |
getMultiJobName() |
Liefert den zugehoerigen HBCI-Job-Namen von HBCI4Java fuer den Sammel-Auftrag.
|
java.lang.String |
toString() |
|
static SepaLastType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SepaLastType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SepaLastType CORE
public static final SepaLastType COR1
public static final SepaLastType B2B
public static SepaLastType DEFAULT
public static SepaLastType[] values()
for (SepaLastType c : SepaLastType.values()) System.out.println(c);
public static SepaLastType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getJobName()
public java.lang.String getMultiJobName()
public java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Enum<SepaLastType>
Enum.toString()