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