public static enum AuditLogger.SendStatus extends Enum<AuditLogger.SendStatus>
Enum Constant and Description |
---|
QUEUED |
SENT |
SUPPRESSED |
Modifier and Type | Method and Description |
---|---|
static AuditLogger.SendStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogger.SendStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditLogger.SendStatus SENT
public static final AuditLogger.SendStatus QUEUED
public static final AuditLogger.SendStatus SUPPRESSED
public static AuditLogger.SendStatus[] values()
for (AuditLogger.SendStatus c : AuditLogger.SendStatus.values()) System.out.println(c);
public static AuditLogger.SendStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017 dcm4che.org. All rights reserved.