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