public static enum Infantino2010Regime.Regime extends Enum<Infantino2010Regime.Regime>
| Enum Constant and Description |
|---|
MEAN_REVERSION |
MOMENTUM |
NIL |
| Modifier and Type | Method and Description |
|---|---|
static Infantino2010Regime.Regime |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Infantino2010Regime.Regime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Infantino2010Regime.Regime MEAN_REVERSION
public static final Infantino2010Regime.Regime MOMENTUM
public static final Infantino2010Regime.Regime NIL
public static Infantino2010Regime.Regime[] values()
for (Infantino2010Regime.Regime c : Infantino2010Regime.Regime.values()) System.out.println(c);
public static Infantino2010Regime.Regime 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 nullCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.