Uses of Class
com.arangodb.entity.arangosearch.analyzer.AQLAnalyzerProperties.ReturnType
-
Packages that use AQLAnalyzerProperties.ReturnType Package Description com.arangodb.entity.arangosearch.analyzer -
-
Uses of AQLAnalyzerProperties.ReturnType in com.arangodb.entity.arangosearch.analyzer
Methods in com.arangodb.entity.arangosearch.analyzer that return AQLAnalyzerProperties.ReturnType Modifier and Type Method Description AQLAnalyzerProperties.ReturnTypeAQLAnalyzerProperties. getReturnType()static AQLAnalyzerProperties.ReturnTypeAQLAnalyzerProperties.ReturnType. valueOf(String name)Returns the enum constant of this type with the specified name.static AQLAnalyzerProperties.ReturnType[]AQLAnalyzerProperties.ReturnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb.entity.arangosearch.analyzer with parameters of type AQLAnalyzerProperties.ReturnType Modifier and Type Method Description voidAQLAnalyzerProperties. setReturnType(AQLAnalyzerProperties.ReturnType returnType)
-