public enum DocumentEvent extends Enum<DocumentEvent>
Enum Constant and Description |
---|
ARCHIVED |
BARCODED |
CHANGED |
CHECKEDIN |
CHECKEDOUT |
DELETED |
DOWNLOADED |
IMMUTABLE |
LOCKED |
MOVED |
RENAMED |
RESTORED |
SENT |
SHORTCUT_DELETED |
SHORTCUT_MOVED |
SHORTCUT_STORED |
STORED |
UNLOCKED |
VIEWED |
WORKFLOWSTATUS |
Modifier and Type | Method and Description |
---|---|
static DocumentEvent |
fromString(String event) |
String |
toString() |
static DocumentEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentEvent STORED
public static final DocumentEvent CHANGED
public static final DocumentEvent CHECKEDIN
public static final DocumentEvent CHECKEDOUT
public static final DocumentEvent IMMUTABLE
public static final DocumentEvent RENAMED
public static final DocumentEvent DOWNLOADED
public static final DocumentEvent MOVED
public static final DocumentEvent LOCKED
public static final DocumentEvent UNLOCKED
public static final DocumentEvent ARCHIVED
public static final DocumentEvent DELETED
public static final DocumentEvent SENT
public static final DocumentEvent BARCODED
public static final DocumentEvent WORKFLOWSTATUS
public static final DocumentEvent SHORTCUT_STORED
public static final DocumentEvent SHORTCUT_MOVED
public static final DocumentEvent SHORTCUT_DELETED
public static final DocumentEvent VIEWED
public static final DocumentEvent RESTORED
public static DocumentEvent[] values()
for (DocumentEvent c : DocumentEvent.values()) System.out.println(c);
public static DocumentEvent 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 nullpublic String toString()
toString
in class Enum<DocumentEvent>
public static DocumentEvent fromString(String event)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.