public enum EnumNEventReportStatus extends java.lang.Enum<EnumNEventReportStatus> implements IStatus
| Enum Constant and Description |
|---|
INVALID_ATTRIBUTE_VALUE
short value representing failure status
|
PROCESSING_FAILURE
short value representing failure status
|
SOP_CLASS_NOT_SUPPORTED
short value representing failure status
|
SUCCESS
short value representing success status
|
UNABLE_TO_PROCESS_PARSING_FAILED
short value representing processing failure due to Parsing failed
|
UPS_STATE_WAS_NOT_SCHEDULED
short value representing failure status
|
| Modifier and Type | Method and Description |
|---|---|
short |
getValue()
Returns the short value of this enum.
|
static EnumNEventReportStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumNEventReportStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumNEventReportStatus INVALID_ATTRIBUTE_VALUE
public static final EnumNEventReportStatus SOP_CLASS_NOT_SUPPORTED
public static final EnumNEventReportStatus PROCESSING_FAILURE
public static final EnumNEventReportStatus SUCCESS
public static final EnumNEventReportStatus UPS_STATE_WAS_NOT_SCHEDULED
public static final EnumNEventReportStatus UNABLE_TO_PROCESS_PARSING_FAILED
public static EnumNEventReportStatus[] values()
for (EnumNEventReportStatus c : EnumNEventReportStatus.values()) System.out.println(c);
public static EnumNEventReportStatus 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