java.io.Serializable
, java.lang.Comparable<SepaLastSequenceType>
public enum SepaLastSequenceType extends java.lang.Enum<SepaLastSequenceType>
Enum Constant | Description |
---|---|
FNAL |
Sequenz-Typ FNAL fuer letztmaligen Einzug.
|
FRST |
Sequenz-Typ FRST fuer Erst-Einzug.
|
OOFF |
Sequenz-Typ OOFF fuer Einmal-Einzug.
|
RCUR |
Sequenz-Typ RCUR fuer Folge-Einzug.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getDescription() |
Liefert einen sprechenden Namen fuer den Sequenztyp.
|
java.lang.String |
toString() |
|
static SepaLastSequenceType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SepaLastSequenceType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SepaLastSequenceType FRST
public static final SepaLastSequenceType RCUR
public static final SepaLastSequenceType OOFF
public static final SepaLastSequenceType FNAL
public static SepaLastSequenceType[] values()
for (SepaLastSequenceType c : SepaLastSequenceType.values()) System.out.println(c);
public static SepaLastSequenceType 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 getDescription()
public java.lang.String toString()
toString
in class java.lang.Enum<SepaLastSequenceType>
Enum.toString()