public static enum ExponentialSmoothing.Transformation extends Enum<ExponentialSmoothing.Transformation> implements StringValue<ExponentialSmoothing.Transformation>
| Enum Constant and Description |
|---|
LOGARITHMIC |
NONE |
SQUAREROOT |
| Modifier and Type | Method and Description |
|---|---|
static ExponentialSmoothing.Transformation |
fromValue(String v) |
String |
toString() |
String |
value() |
static ExponentialSmoothing.Transformation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExponentialSmoothing.Transformation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExponentialSmoothing.Transformation NONE
public static final ExponentialSmoothing.Transformation LOGARITHMIC
public static final ExponentialSmoothing.Transformation SQUAREROOT
public static ExponentialSmoothing.Transformation[] values()
for (ExponentialSmoothing.Transformation c : ExponentialSmoothing.Transformation.values()) System.out.println(c);
public static ExponentialSmoothing.Transformation 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 value()
value in interface StringValue<ExponentialSmoothing.Transformation>public static ExponentialSmoothing.Transformation fromValue(String v)
public String toString()
toString in class Enum<ExponentialSmoothing.Transformation>Copyright © 2019 University of Tartu. All rights reserved.