public static enum Backup.BackupScope extends java.lang.Enum<Backup.BackupScope>
Modifier and Type | Method and Description |
---|---|
static Backup.BackupScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Backup.BackupScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Backup.BackupScope SCHEMA
public static final Backup.BackupScope TABLE
public static final Backup.BackupScope DATABASE
public static Backup.BackupScope[] values()
for (Backup.BackupScope c : Backup.BackupScope.values()) System.out.println(c);
public static Backup.BackupScope valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null