public enum AggregationType extends Enum<AggregationType>
| Modifier and Type | Field and Description |
|---|---|
static String |
DATE_SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
getCalendarField() |
DateFormat |
getDateFormat() |
String |
getDateFormatPattern() |
int |
getNotAggregableBefore() |
static AggregationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationType DAILY
public static final AggregationType MONTHLY
public static final AggregationType YEARLY
public static final String DATE_SEPARATOR
public static AggregationType[] values()
for (AggregationType c : AggregationType.values()) System.out.println(c);
public static AggregationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getCalendarField()
public String getDateFormatPattern()
public DateFormat getDateFormat()
public int getNotAggregableBefore()
Copyright © 2022. All Rights Reserved.