public static enum ErrorResolutionReport.ResolutionStatus extends java.lang.Enum<ErrorResolutionReport.ResolutionStatus>
Enum Constant and Description |
---|
NOT_ADDRESSED
The NO t_ addressed.
|
PARTIALLY_RESOLVED |
RESOLUTION_FAILED
The RESOLUTIO n_ failed.
|
RESOLVED
The RESOLVED.
|
Modifier and Type | Method and Description |
---|---|
static ErrorResolutionReport.ResolutionStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ErrorResolutionReport.ResolutionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorResolutionReport.ResolutionStatus RESOLVED
public static final ErrorResolutionReport.ResolutionStatus PARTIALLY_RESOLVED
public static final ErrorResolutionReport.ResolutionStatus RESOLUTION_FAILED
public static final ErrorResolutionReport.ResolutionStatus NOT_ADDRESSED
public static ErrorResolutionReport.ResolutionStatus[] values()
for (ErrorResolutionReport.ResolutionStatus c : ErrorResolutionReport.ResolutionStatus.values()) System.out.println(c);
public static ErrorResolutionReport.ResolutionStatus 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