public static enum DocumentField.Type extends Enum<DocumentField.Type>
Modifier and Type | Method and Description |
---|---|
String |
getSerializeName() |
static DocumentField.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentField.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentField.Type ID
public static final DocumentField.Type KEY
public static final DocumentField.Type REV
public static final DocumentField.Type FROM
public static final DocumentField.Type TO
public static DocumentField.Type[] values()
for (DocumentField.Type c : DocumentField.Type.values()) System.out.println(c);
public static DocumentField.Type 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 getSerializeName()
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.