public static enum OAutomaticBackup.MODE extends Enum<OAutomaticBackup.MODE>
Enum Constant and Description |
---|
EXPORT |
FULL_BACKUP |
INCREMENTAL_BACKUP |
Modifier and Type | Method and Description |
---|---|
static OAutomaticBackup.MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAutomaticBackup.MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OAutomaticBackup.MODE FULL_BACKUP
public static final OAutomaticBackup.MODE INCREMENTAL_BACKUP
public static final OAutomaticBackup.MODE EXPORT
public static OAutomaticBackup.MODE[] values()
for (OAutomaticBackup.MODE c : OAutomaticBackup.MODE.values()) System.out.println(c);
public static OAutomaticBackup.MODE 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 © 2009–2020 OrientDB. All rights reserved.