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