public static enum FileSynchronizedRegistryImpl.DatabaseState extends Enum<FileSynchronizedRegistryImpl.DatabaseState>
| Modifier and Type | Method and Description |
|---|---|
static FileSynchronizedRegistryImpl.DatabaseState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSynchronizedRegistryImpl.DatabaseState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSynchronizedRegistryImpl.DatabaseState UNKNOWN
public static final FileSynchronizedRegistryImpl.DatabaseState OUTDATED
public static final FileSynchronizedRegistryImpl.DatabaseState LATEST
public static FileSynchronizedRegistryImpl.DatabaseState[] values()
for (FileSynchronizedRegistryImpl.DatabaseState c : FileSynchronizedRegistryImpl.DatabaseState.values()) System.out.println(c);
public static FileSynchronizedRegistryImpl.DatabaseState 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.