ch.elexis.banking
Enum ESRRecord.REJECT
java.lang.Object
java.lang.Enum<ESRRecord.REJECT>
ch.elexis.banking.ESRRecord.REJECT
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ESRRecord.REJECT>
- Enclosing class:
- ESRRecord
public static enum ESRRecord.REJECT
- extends java.lang.Enum<ESRRecord.REJECT>
Method Summary |
static ESRRecord.REJECT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ESRRecord.REJECT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
OK
public static final ESRRecord.REJECT OK
ESRREJECT
public static final ESRRecord.REJECT ESRREJECT
MASSENREJECT
public static final ESRRecord.REJECT MASSENREJECT
BETRAG
public static final ESRRecord.REJECT BETRAG
MANDANT
public static final ESRRecord.REJECT MANDANT
RN_NUMMER
public static final ESRRecord.REJECT RN_NUMMER
PAT_NUMMER
public static final ESRRecord.REJECT PAT_NUMMER
DUPLIKAT
public static final ESRRecord.REJECT DUPLIKAT
ANDERE
public static final ESRRecord.REJECT ANDERE
PAT_FALSCH
public static final ESRRecord.REJECT PAT_FALSCH
values
public static ESRRecord.REJECT[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ESRRecord.REJECT c : ESRRecord.REJECT.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ESRRecord.REJECT valueOf(java.lang.String name)
- 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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
Copyright 2005-2011 by Gerry Weirich, Elexis