public static enum Aggregates.Interval extends java.lang.Enum<Aggregates.Interval>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInterval() |
int |
inSeconds() |
java.lang.String |
toString() |
static Aggregates.Interval |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Aggregates.Interval[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Aggregates.Interval i10s
public static final Aggregates.Interval i1m
public static final Aggregates.Interval i5m
public static final Aggregates.Interval i30m
public static final Aggregates.Interval i1h
public static Aggregates.Interval[] values()
for (Aggregates.Interval c : Aggregates.Interval.values()) System.out.println(c);
public static Aggregates.Interval 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()
public int inSeconds()
public java.lang.String toString()
toString in class java.lang.Enum<Aggregates.Interval>