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