
public static enum OAutomaticBackup.MODE extends java.lang.Enum<OAutomaticBackup.MODE>
| Enum Constant and Description |
|---|
EXPORT |
FULL_BACKUP |
INCREMENTAL_BACKUP |
| Modifier and Type | Method and Description |
|---|---|
static OAutomaticBackup.MODE |
valueOf(java.lang.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(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 nullCopyright © 2009–2022 OrientDB. All rights reserved.