Uses of Class
com.arangodb.model.ZKDIndexOptions.FieldValueTypes
-
Packages that use ZKDIndexOptions.FieldValueTypes Package Description com.arangodb.model -
-
Uses of ZKDIndexOptions.FieldValueTypes in com.arangodb.model
Methods in com.arangodb.model that return ZKDIndexOptions.FieldValueTypes Modifier and Type Method Description ZKDIndexOptions.FieldValueTypesZKDIndexOptions. getFieldValueTypes()static ZKDIndexOptions.FieldValueTypesZKDIndexOptions.FieldValueTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static ZKDIndexOptions.FieldValueTypes[]ZKDIndexOptions.FieldValueTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb.model with parameters of type ZKDIndexOptions.FieldValueTypes Modifier and Type Method Description ZKDIndexOptionsZKDIndexOptions. fieldValueTypes(ZKDIndexOptions.FieldValueTypes fieldValueTypes)
-