public enum MandatSequence extends java.lang.Enum<MandatSequence>
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
anzeige |
private SequenceType1Code |
code |
private java.lang.String |
txt |
Modifier and Type | Method and Description |
---|---|
static MandatSequence |
fromString(java.lang.String txt) |
SequenceType1Code |
getCode() |
java.lang.String |
getTxt() |
java.lang.String |
toString() |
static MandatSequence |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MandatSequence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MandatSequence FRST
public static final MandatSequence RCUR
public static final MandatSequence FNAL
public static final MandatSequence OOFF
private final java.lang.String txt
private final SequenceType1Code code
private final java.lang.String anzeige
public static MandatSequence[] values()
for (MandatSequence c : MandatSequence.values()) System.out.println(c);
public static MandatSequence 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 toString()
toString
in class java.lang.Enum<MandatSequence>
public static MandatSequence fromString(java.lang.String txt)
public java.lang.String getTxt()
public SequenceType1Code getCode()