public static enum OrientDBUtil.Engine extends Enum<OrientDBUtil.Engine>
| Enum Constant and Description |
|---|
PLOCAL
"paged local" engine.
|
REMOTE
The remote engine.
|
| Modifier and Type | Method and Description |
|---|---|
static OrientDBUtil.Engine |
fromString(String engineName)
Returns the enumerated value equivalent to the specified engine name.
|
String |
toStringValue()
Returns the string value equivalent to the enumerated value.
|
static OrientDBUtil.Engine |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrientDBUtil.Engine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrientDBUtil.Engine PLOCAL
public static final OrientDBUtil.Engine REMOTE
public static OrientDBUtil.Engine[] values()
for (OrientDBUtil.Engine c : OrientDBUtil.Engine.values()) System.out.println(c);
public static OrientDBUtil.Engine 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 nullpublic String toStringValue()
public static OrientDBUtil.Engine fromString(String engineName)
engineName - the engine nameCopyright © 2017. All rights reserved.