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