public enum AnalysisView extends Enum<AnalysisView>
Enum Constant and Description |
---|
FIFTEEN_MINUTES |
NINETY_DAYS |
ONE_HOUR |
SEVEN_DAYS |
THIRTY_DAYS |
THIRTY_MINUTES |
TWELVE_HOURS |
TWENTY_FOUR_HOURS |
Modifier and Type | Method and Description |
---|---|
double |
getInterval() |
int |
getPeriods() |
static AnalysisView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnalysisView FIFTEEN_MINUTES
public static final AnalysisView THIRTY_MINUTES
public static final AnalysisView ONE_HOUR
public static final AnalysisView TWELVE_HOURS
public static final AnalysisView TWENTY_FOUR_HOURS
public static final AnalysisView SEVEN_DAYS
public static final AnalysisView THIRTY_DAYS
public static final AnalysisView NINETY_DAYS
public static AnalysisView[] values()
for (AnalysisView c : AnalysisView.values()) System.out.println(c);
public static AnalysisView 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 final double getInterval()
public final int getPeriods()
Copyright © 2021 Hitachi Vantara. All rights reserved.