public enum DataGroupingInterval extends java.lang.Enum<DataGroupingInterval>
| Enum Constant and Description |
|---|
INTERVAL_1_HOUR |
INTERVAL_1_MINUTE |
INTERVAL_12_HOURS |
INTERVAL_15_MINUTES |
INTERVAL_30_MINUTES |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInterval() |
static DataGroupingInterval |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataGroupingInterval[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataGroupingInterval INTERVAL_1_MINUTE
public static final DataGroupingInterval INTERVAL_15_MINUTES
public static final DataGroupingInterval INTERVAL_30_MINUTES
public static final DataGroupingInterval INTERVAL_1_HOUR
public static final DataGroupingInterval INTERVAL_12_HOURS
public static DataGroupingInterval[] values()
for (DataGroupingInterval c : DataGroupingInterval.values()) System.out.println(c);
public static DataGroupingInterval valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getInterval()
Copyright 2015 Kii Corporation. All rights reserved. (Last updated on 2016-10-13 08:55 UTC)