ObjectGrouperpublic class DateWeekOfMonthGrouper extends DateGrouper
| Modifier and Type | Field | Description |
|---|---|---|
static GrouperContext |
CONTEXT |
INSTANCE| Constructor | Description |
|---|---|
DateWeekOfMonthGrouper() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.Object[] |
getAvailableGroups() |
|
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.
|
getComparatorContext, getConverterContextgetCalendarField, getCalendarFieldAsInt, getCalendarInstance, getTypepublic static GrouperContext CONTEXT
public static java.lang.Object[] getAvailableGroups()
public java.lang.Object getValue(java.lang.Object value)
ObjectGrouperObjectGrouper.getType().value - the valuepublic java.lang.String getName()
ObjectGrouper