Enum Ops.AggOps

java.lang.Object
java.lang.Enum<Ops.AggOps>
com.querydsl.core.types.Ops.AggOps
All Implemented Interfaces:
Operator, Serializable, Comparable<Ops.AggOps>, java.lang.constant.Constable
Enclosing class:
Ops

public static enum Ops.AggOps extends Enum<Ops.AggOps> implements Operator
Aggregation operators
  • Enum Constant Details

    • BOOLEAN_ALL

      public static final Ops.AggOps BOOLEAN_ALL
    • BOOLEAN_ANY

      public static final Ops.AggOps BOOLEAN_ANY
    • MAX_AGG

      public static final Ops.AggOps MAX_AGG
    • MIN_AGG

      public static final Ops.AggOps MIN_AGG
    • AVG_AGG

      public static final Ops.AggOps AVG_AGG
    • SUM_AGG

      public static final Ops.AggOps SUM_AGG
    • COUNT_AGG

      public static final Ops.AggOps COUNT_AGG
    • COUNT_DISTINCT_AGG

      public static final Ops.AggOps COUNT_DISTINCT_AGG
    • COUNT_DISTINCT_ALL_AGG

      public static final Ops.AggOps COUNT_DISTINCT_ALL_AGG
    • COUNT_ALL_AGG

      public static final Ops.AggOps COUNT_ALL_AGG
  • Method Details

    • values

      public static Ops.AggOps[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Ops.AggOps valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getType

      public Class<?> getType()
      Description copied from interface: Operator
      Get the result type of the operator
      Specified by:
      getType in interface Operator
      Returns:
      type