ch.elexis.data
Enum RnStatus.REJECTCODE
java.lang.Object
java.lang.Enum<RnStatus.REJECTCODE>
ch.elexis.data.RnStatus.REJECTCODE
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<RnStatus.REJECTCODE>
- Enclosing class:
- RnStatus
public static enum RnStatus.REJECTCODE
- extends java.lang.Enum<RnStatus.REJECTCODE>
Method Summary |
static RnStatus.REJECTCODE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RnStatus.REJECTCODE[] |
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 |
NO_DIAG
public static final RnStatus.REJECTCODE NO_DIAG
NO_MANDATOR
public static final RnStatus.REJECTCODE NO_MANDATOR
NO_CASE
public static final RnStatus.REJECTCODE NO_CASE
NO_DEBITOR
public static final RnStatus.REJECTCODE NO_DEBITOR
NO_GUARANTOR
public static final RnStatus.REJECTCODE NO_GUARANTOR
VALIDATION_ERROR
public static final RnStatus.REJECTCODE VALIDATION_ERROR
REJECTED_BY_PEER
public static final RnStatus.REJECTCODE REJECTED_BY_PEER
SUM_MISMATCH
public static final RnStatus.REJECTCODE SUM_MISMATCH
INTERNAL_ERROR
public static final RnStatus.REJECTCODE INTERNAL_ERROR
values
public static RnStatus.REJECTCODE[] 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 (RnStatus.REJECTCODE c : RnStatus.REJECTCODE.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RnStatus.REJECTCODE 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