| Enum Constant and Description |
|---|
OLS |
YuleWalker |
| Modifier and Type | Method and Description |
|---|---|
static AR.Method |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AR.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AR.Method YuleWalker
public static final AR.Method OLS
public static AR.Method[] values()
for (AR.Method c : AR.Method.values()) System.out.println(c);
public static AR.Method valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null