Package adalid.core

Class EntityCollectionAggregate

    • Method Detail

      • getFunction

        public AggregateFunction getFunction()
        Returns:
        the aggregate function
      • getFieldName

        public String getFieldName()
        Returns:
        the field name
      • getField

        public Field getField()
        Returns:
        the field
      • getProperty

        public Property getProperty()
        Returns:
        the property
      • getMinValue

        public Object getMinValue()
        Returns:
        the minimum value
      • isNumericMinValue

        public boolean isNumericMinValue()
        Returns:
        the numeric minimum value indicator
      • getMaxValue

        public Object getMaxValue()
        Returns:
        the maximum value
      • isNumericMaxValue

        public boolean isNumericMaxValue()
        Returns:
        the numeric maximum value indicator