public static enum ResourceMessage.ReportResponse.ResponseStatus extends java.lang.Enum<ResourceMessage.ReportResponse.ResponseStatus>
| Enum Constant and Description |
|---|
BAD_REPORT |
OK |
RECONCILIATION |
| Modifier and Type | Method and Description |
|---|---|
static ResourceMessage.ReportResponse.ResponseStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceMessage.ReportResponse.ResponseStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceMessage.ReportResponse.ResponseStatus OK
public static final ResourceMessage.ReportResponse.ResponseStatus BAD_REPORT
public static final ResourceMessage.ReportResponse.ResponseStatus RECONCILIATION
public static ResourceMessage.ReportResponse.ResponseStatus[] values()
for (ResourceMessage.ReportResponse.ResponseStatus c : ResourceMessage.ReportResponse.ResponseStatus.values()) System.out.println(c);
public static ResourceMessage.ReportResponse.ResponseStatus 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