Uses of Class
org.restheart.mongodb.handlers.aggregation.AbstractAggregationOperation.TYPE
-
Packages that use AbstractAggregationOperation.TYPE Package Description org.restheart.mongodb.handlers.aggregation -
-
Uses of AbstractAggregationOperation.TYPE in org.restheart.mongodb.handlers.aggregation
Methods in org.restheart.mongodb.handlers.aggregation that return AbstractAggregationOperation.TYPE Modifier and Type Method Description AbstractAggregationOperation.TYPEAbstractAggregationOperation. getType()static AbstractAggregationOperation.TYPEAbstractAggregationOperation.TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractAggregationOperation.TYPE[]AbstractAggregationOperation.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.
-