public static enum DocumentService.AuditEvent extends Enum<DocumentService.AuditEvent>
Modifier and Type | Method and Description |
---|---|
static DocumentService.AuditEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentService.AuditEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentService.AuditEvent EDIT
public static final DocumentService.AuditEvent VIEW
public static final DocumentService.AuditEvent PRINT
public static final DocumentService.AuditEvent DELETE
public static final DocumentService.AuditEvent INDEX
public static DocumentService.AuditEvent[] values()
for (DocumentService.AuditEvent c : DocumentService.AuditEvent.values()) System.out.println(c);
public static DocumentService.AuditEvent 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 © 2021 Hyland Software Germany GmbH. All rights reserved.