Package com.jidesoft.grouper.date
Class DateWeekOfYearGrouper
java.lang.Object
com.jidesoft.grouper.AbstractObjectGrouper
com.jidesoft.grouper.date.DateGrouper
com.jidesoft.grouper.date.DateWeekOfYearGrouper
- All Implemented Interfaces:
ObjectGrouper
-
Field Summary
FieldsFields inherited from class com.jidesoft.grouper.date.DateGrouper
INSTANCE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.jidesoft.grouper.date.DateGrouper
getCalendarField, getCalendarFieldAsInt, getCalendarInstance, getType
Methods inherited from class com.jidesoft.grouper.AbstractObjectGrouper
getComparatorContext, getConverterContext
-
Field Details
-
CONTEXT
-
-
Constructor Details
-
DateWeekOfYearGrouper
public DateWeekOfYearGrouper()
-
-
Method Details
-
getValue
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 inObjectGrouper.getType()
.- Parameters:
value
- the value- Returns:
- the value after grouped.
-
getName
Description copied from interface:ObjectGrouper
Gets the name of this object grouper.- Returns:
- the name of this grouper.
-