public class DateWeekOfYearGrouper extends DateGrouper
Modifier and Type | Field and Description |
---|---|
static GrouperContext |
CONTEXT |
INSTANCE
Constructor and Description |
---|
DateWeekOfYearGrouper() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the name of this object grouper.
|
java.lang.Object |
getValue(java.lang.Object value)
Gets the group value after this value is grouped.
|
getCalendarField, getCalendarFieldAsInt, getType
getComparatorContext, getConverterContext
public static GrouperContext CONTEXT
public java.lang.Object getValue(java.lang.Object value)
ObjectGrouper
ObjectGrouper.getType()
.value
- the valuepublic java.lang.String getName()
ObjectGrouper