Uses of Class
com.arangodb.model.ComputedValue.ComputeOn
-
Packages that use ComputedValue.ComputeOn Package Description com.arangodb.model -
-
Uses of ComputedValue.ComputeOn in com.arangodb.model
Methods in com.arangodb.model that return ComputedValue.ComputeOn Modifier and Type Method Description static ComputedValue.ComputeOn
ComputedValue.ComputeOn. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComputedValue.ComputeOn[]
ComputedValue.ComputeOn. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.arangodb.model that return types with arguments of type ComputedValue.ComputeOn Modifier and Type Method Description Set<ComputedValue.ComputeOn>
ComputedValue. getComputeOn()
Methods in com.arangodb.model with parameters of type ComputedValue.ComputeOn Modifier and Type Method Description ComputedValue
ComputedValue. computeOn(ComputedValue.ComputeOn... computeOn)
-