public static enum ReportEntryData.ReasonCode extends java.lang.Enum<ReportEntryData.ReasonCode>
Enum Constant | Description |
---|---|
APPTRIGGER |
|
DCHG |
|
DUPD |
|
GI |
|
INTEGRITY |
|
QCHG |
Modifier and Type | Method | Description |
---|---|---|
static ReportEntryData.ReasonCode |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ReportEntryData.ReasonCode[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportEntryData.ReasonCode DCHG
public static final ReportEntryData.ReasonCode QCHG
public static final ReportEntryData.ReasonCode DUPD
public static final ReportEntryData.ReasonCode INTEGRITY
public static final ReportEntryData.ReasonCode GI
public static final ReportEntryData.ReasonCode APPTRIGGER
public static ReportEntryData.ReasonCode[] values()
for (ReportEntryData.ReasonCode c : ReportEntryData.ReasonCode.values()) System.out.println(c);
public static ReportEntryData.ReasonCode 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 null