public static enum TimeSeries.Strategy extends Enum<TimeSeries.Strategy>
| Enum Constant and Description | 
|---|
EVALUATE  | 
INTEGRATION  | 
NEWTS  | 
RRD  | 
TCP  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescr()  | 
String | 
getName()  | 
static TimeSeries.Strategy | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TimeSeries.Strategy[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final TimeSeries.Strategy RRD
public static final TimeSeries.Strategy NEWTS
public static final TimeSeries.Strategy EVALUATE
public static final TimeSeries.Strategy TCP
public static final TimeSeries.Strategy INTEGRATION
public static TimeSeries.Strategy[] values()
for (TimeSeries.Strategy c : TimeSeries.Strategy.values()) System.out.println(c);
public static TimeSeries.Strategy 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 String getName()
public String getDescr()
Copyright © 2020. All rights reserved.