public static enum BackupSender.BringSiteOnlineResponse extends Enum<BackupSender.BringSiteOnlineResponse>
Enum Constant and Description |
---|
ALREADY_ONLINE |
BROUGHT_ONLINE |
NO_SUCH_SITE |
Modifier and Type | Method and Description |
---|---|
static BackupSender.BringSiteOnlineResponse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupSender.BringSiteOnlineResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackupSender.BringSiteOnlineResponse NO_SUCH_SITE
public static final BackupSender.BringSiteOnlineResponse ALREADY_ONLINE
public static final BackupSender.BringSiteOnlineResponse BROUGHT_ONLINE
public static BackupSender.BringSiteOnlineResponse[] values()
for (BackupSender.BringSiteOnlineResponse c : BackupSender.BringSiteOnlineResponse.values()) System.out.println(c);
public static BackupSender.BringSiteOnlineResponse 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 © 2014 JBoss, a division of Red Hat. All Rights Reserved.