public static enum DocumentLibraryPage.Optype extends Enum<DocumentLibraryPage.Optype>
| Enum Constant and Description |
|---|
REQ_TO_SYNC |
SYNC |
UNSYNC |
| Modifier and Type | Method and Description |
|---|---|
static DocumentLibraryPage.Optype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentLibraryPage.Optype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentLibraryPage.Optype REQ_TO_SYNC
public static final DocumentLibraryPage.Optype SYNC
public static final DocumentLibraryPage.Optype UNSYNC
public static DocumentLibraryPage.Optype[] values()
for (DocumentLibraryPage.Optype c : DocumentLibraryPage.Optype.values()) System.out.println(c);
public static DocumentLibraryPage.Optype 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 © 2013. All Rights Reserved.