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