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