public static enum SyncCollectionReport.SyncLevel extends Enum<SyncCollectionReport.SyncLevel>
| Enum Constant and Description |
|---|
LEVEL_1 |
LEVEL_INFINITY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static SyncCollectionReport.SyncLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncCollectionReport.SyncLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncCollectionReport.SyncLevel LEVEL_1
public static final SyncCollectionReport.SyncLevel LEVEL_INFINITY
public static SyncCollectionReport.SyncLevel[] values()
for (SyncCollectionReport.SyncLevel c : SyncCollectionReport.SyncLevel.values()) System.out.println(c);
public static SyncCollectionReport.SyncLevel 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<SyncCollectionReport.SyncLevel>Copyright © 2019. All rights reserved.