public static enum HistoricalValues.Interval extends Enum<HistoricalValues.Interval>
| Modifier and Type | Method and Description |
|---|---|
long |
getTime() |
static HistoricalValues.Interval |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoricalValues.Interval[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoricalValues.Interval GLOBAL
public static final HistoricalValues.Interval MINUTE
public static final HistoricalValues.Interval HOUR
public static final HistoricalValues.Interval DAY
public static HistoricalValues.Interval[] values()
for (HistoricalValues.Interval c : HistoricalValues.Interval.values()) System.out.println(c);
public static HistoricalValues.Interval 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 long getTime()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.