public static enum TrendExpoSmooth.Trend extends Enum<TrendExpoSmooth.Trend>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="additive"/>
<enumeration value="damped_additive"/>
<enumeration value="multiplicative"/>
<enumeration value="damped_multiplicative"/>
<enumeration value="double_exponential"/>
<enumeration value="polynomial_exponential"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ADDITIVE |
DAMPED_ADDITIVE |
DAMPED_MULTIPLICATIVE |
DOUBLE_EXPONENTIAL |
MULTIPLICATIVE |
POLYNOMIAL_EXPONENTIAL |
| Modifier and Type | Method and Description |
|---|---|
static TrendExpoSmooth.Trend |
fromValue(String v) |
String |
value() |
static TrendExpoSmooth.Trend |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrendExpoSmooth.Trend[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrendExpoSmooth.Trend ADDITIVE
public static final TrendExpoSmooth.Trend DAMPED_ADDITIVE
public static final TrendExpoSmooth.Trend MULTIPLICATIVE
public static final TrendExpoSmooth.Trend DAMPED_MULTIPLICATIVE
public static final TrendExpoSmooth.Trend DOUBLE_EXPONENTIAL
public static final TrendExpoSmooth.Trend POLYNOMIAL_EXPONENTIAL
public static TrendExpoSmooth.Trend[] values()
for (TrendExpoSmooth.Trend c : TrendExpoSmooth.Trend.values()) System.out.println(c);
public static TrendExpoSmooth.Trend 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()
public static TrendExpoSmooth.Trend fromValue(String v)
Copyright © 2016 University of Tartu. All rights reserved.