public enum DataStreamInterval extends java.lang.Enum<DataStreamInterval>
Enum Constant and Description |
---|
DAYS_30 |
DAYS_7 |
HOURS_1 |
HOURS_24 |
HOURS_4 |
Modifier and Type | Method and Description |
---|---|
static DataStreamInterval |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataStreamInterval[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataStreamInterval HOURS_1
public static final DataStreamInterval HOURS_4
public static final DataStreamInterval HOURS_24
public static final DataStreamInterval DAYS_7
public static final DataStreamInterval DAYS_30
public static DataStreamInterval[] values()
for (DataStreamInterval c : DataStreamInterval.values()) System.out.println(c);
public static DataStreamInterval 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 nullCopyright © 2015 Whizzo Software LLC. All rights reserved.