public static enum HistogramConfiguration.histogramType extends java.lang.Enum<HistogramConfiguration.histogramType>
| Enum Constant and Description |
|---|
Days_of_Month |
Days_of_Week |
Hours_of_Day |
Hours_of_Week |
Weeks_of_year |
| Modifier and Type | Method and Description |
|---|---|
static HistogramConfiguration.histogramType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HistogramConfiguration.histogramType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistogramConfiguration.histogramType Hours_of_Day
public static final HistogramConfiguration.histogramType Hours_of_Week
public static final HistogramConfiguration.histogramType Days_of_Week
public static final HistogramConfiguration.histogramType Days_of_Month
public static final HistogramConfiguration.histogramType Weeks_of_year
public static HistogramConfiguration.histogramType[] values()
for (HistogramConfiguration.histogramType c : HistogramConfiguration.histogramType.values()) System.out.println(c);
public static HistogramConfiguration.histogramType 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 null