Uses of Class
dev.morphia.aggregation.stages.Densify.RangeType
-
Packages that use Densify.RangeType Package Description dev.morphia.aggregation.stages -
-
Uses of Densify.RangeType in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return Densify.RangeType Modifier and Type Method Description Densify.RangeType
Densify.Range. type()
static Densify.RangeType
Densify.RangeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Densify.RangeType[]
Densify.RangeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.morphia.aggregation.stages with parameters of type Densify.RangeType Constructor Description Range(Densify.RangeType type, Number step)
-