public enum DocumentEventType extends Enum<DocumentEventType>
Enum Constant and Description |
---|
EMAIL_NOTIFICATION_FAILED |
MOVE_FILES_FROM_PUBLIC_SECTOR |
OPENED |
POSTMARKED |
PRINT_FAILED |
SHREDDED |
SMS_NOTIFICATION_FAILED |
Modifier and Type | Method and Description |
---|---|
static DocumentEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentEventType EMAIL_NOTIFICATION_FAILED
public static final DocumentEventType SMS_NOTIFICATION_FAILED
public static final DocumentEventType OPENED
public static final DocumentEventType MOVE_FILES_FROM_PUBLIC_SECTOR
public static final DocumentEventType POSTMARKED
public static final DocumentEventType PRINT_FAILED
public static final DocumentEventType SHREDDED
public static DocumentEventType[] values()
for (DocumentEventType c : DocumentEventType.values()) System.out.println(c);
public static DocumentEventType 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 © 2019 Digipost. All rights reserved.