public enum Params extends Enum<Params>
| Modifier and Type | Class and Description |
|---|---|
static class |
Params.Stage |
| Enum Constant and Description |
|---|
COARSEN |
COARSEST |
DEFAULT |
FINAL |
REFINE |
| Modifier and Type | Method and Description |
|---|---|
Params.Stage |
getCooldown() |
Params.Stage |
getCrunch() |
Params.Stage |
getExpansion() |
Params.Stage |
getInitial() |
float |
getIterationsSum() |
Params.Stage |
getLiquid() |
Params.Stage |
getSimmer() |
static Params |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Params[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Params DEFAULT
public static final Params COARSEN
public static final Params COARSEST
public static final Params REFINE
public static final Params FINAL
public static Params[] values()
for (Params c : Params.values()) System.out.println(c);
public static Params 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 Params.Stage getCooldown()
public Params.Stage getCrunch()
public Params.Stage getExpansion()
public Params.Stage getInitial()
public Params.Stage getLiquid()
public Params.Stage getSimmer()
public float getIterationsSum()
Copyright © 2007–2017. All rights reserved.