public static enum TimeSeriesLinearRegression.Seasonal extends Enum<TimeSeriesLinearRegression.Seasonal>
| Modifier and Type | Method and Description |
|---|---|
static TimeSeriesLinearRegression.Seasonal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeSeriesLinearRegression.Seasonal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeSeriesLinearRegression.Seasonal INCLUDE
public static final TimeSeriesLinearRegression.Seasonal EXCLUDE
public static TimeSeriesLinearRegression.Seasonal[] values()
for (TimeSeriesLinearRegression.Seasonal c : TimeSeriesLinearRegression.Seasonal.values()) System.out.println(c);
public static TimeSeriesLinearRegression.Seasonal 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 null