public enum SyncItemsScope extends java.lang.Enum<SyncItemsScope>
| Enum Constant and Description |
|---|
NONE |
NORMAL_AND_ASSOCIATED_ITEMS |
NORMAL_ITEMS |
| Modifier and Type | Method and Description |
|---|---|
static SyncItemsScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SyncItemsScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncItemsScope NORMAL_ITEMS
public static final SyncItemsScope NORMAL_AND_ASSOCIATED_ITEMS
public static final SyncItemsScope NONE
public static SyncItemsScope[] values()
for (SyncItemsScope c : SyncItemsScope.values()) System.out.println(c);
public static SyncItemsScope valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null