Class DateDayOfWeekInMonthGrouper

All Implemented Interfaces:
ObjectGrouper

public class DateDayOfWeekInMonthGrouper extends DateGrouper
  • Field Details

  • Constructor Details

    • DateDayOfWeekInMonthGrouper

      public DateDayOfWeekInMonthGrouper()
  • Method Details

    • getAvailableGroups

      public static Object[] getAvailableGroups()
    • getValue

      public Object getValue(Object value)
      Description copied from interface: ObjectGrouper
      Gets the group value after this value is grouped. If two objects return the same value in this getGroupValue method, the two objects are considered as one group. We assume all values returned from this method are of the same type which is returned in ObjectGrouper.getType().
      Parameters:
      value - the value
      Returns:
      the value after grouped.
    • getName

      public String getName()
      Description copied from interface: ObjectGrouper
      Gets the name of this object grouper.
      Returns:
      the name of this grouper.