public static enum BackupReplicationStartFailedMessage.BackupRegistrationProblem extends Enum<BackupReplicationStartFailedMessage.BackupRegistrationProblem>
| Enum Constant and Description |
|---|
ALREADY_REPLICATING |
AUTHENTICATION |
EXCEPTION |
| Modifier and Type | Method and Description |
|---|---|
static BackupReplicationStartFailedMessage.BackupRegistrationProblem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupReplicationStartFailedMessage.BackupRegistrationProblem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackupReplicationStartFailedMessage.BackupRegistrationProblem EXCEPTION
public static final BackupReplicationStartFailedMessage.BackupRegistrationProblem AUTHENTICATION
public static final BackupReplicationStartFailedMessage.BackupRegistrationProblem ALREADY_REPLICATING
public static BackupReplicationStartFailedMessage.BackupRegistrationProblem[] values()
for (BackupReplicationStartFailedMessage.BackupRegistrationProblem c : BackupReplicationStartFailedMessage.BackupRegistrationProblem.values()) System.out.println(c);
public static BackupReplicationStartFailedMessage.BackupRegistrationProblem 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 JBoss by Red Hat. All rights reserved.