@Deprecated public static enum DocumentField.Type extends Enum<DocumentField.Type>
| Enum Constant and Description |
|---|
FROM
Deprecated.
Use
From instead. |
ID
Deprecated.
Use
Id instead. |
KEY
Deprecated.
Use
Key instead. |
REV
Deprecated.
Use
Rev instead. |
TO
Deprecated.
Use
To instead. |
| Modifier and Type | Method and Description |
|---|---|
String |
getSerializeName()
Deprecated.
|
static DocumentField.Type |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DocumentField.Type[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final DocumentField.Type ID
Id instead.@Deprecated public static final DocumentField.Type KEY
Key instead.@Deprecated public static final DocumentField.Type REV
Rev instead.@Deprecated public static final DocumentField.Type FROM
From instead.@Deprecated public static final DocumentField.Type TO
To instead.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–2023 ArangoDB GmbH. All rights reserved.