public enum AggregationType extends Enum<AggregationType>
| Modifier and Type | Method and Description |
|---|---|
int |
getCalendarField() |
String |
getDateformat() |
int |
getMultiplierFactor() |
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 HOURLY
public static final AggregationType DAILY
public static final AggregationType MONTHLY
public static final AggregationType YEARLY
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 int getMultiplierFactor()
public String getDateformat()
Copyright © 2017. All Rights Reserved.