public static enum FileSynchronizer.InitMode extends Enum<FileSynchronizer.InitMode>
| Modifier and Type | Method and Description |
|---|---|
static FileSynchronizer.InitMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSynchronizer.InitMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSynchronizer.InitMode AUTO
public static final FileSynchronizer.InitMode CREATE
public static final FileSynchronizer.InitMode LOAD
public static final FileSynchronizer.InitMode REPLACE
public static FileSynchronizer.InitMode[] values()
for (FileSynchronizer.InitMode c : FileSynchronizer.InitMode.values()) System.out.println(c);
public static FileSynchronizer.InitMode 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 © 2015–2018 openbase.org. All rights reserved.