public static enum GradientCheckUtil.PrintMode extends Enum<GradientCheckUtil.PrintMode>
| Enum Constant and Description |
|---|
ALL |
FAILURES_ONLY |
ZEROS |
| Modifier and Type | Method and Description |
|---|---|
static GradientCheckUtil.PrintMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GradientCheckUtil.PrintMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GradientCheckUtil.PrintMode ALL
public static final GradientCheckUtil.PrintMode ZEROS
public static final GradientCheckUtil.PrintMode FAILURES_ONLY
public static GradientCheckUtil.PrintMode[] values()
for (GradientCheckUtil.PrintMode c : GradientCheckUtil.PrintMode.values()) System.out.println(c);
public static GradientCheckUtil.PrintMode 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 © 2020. All rights reserved.