public static enum Constraint.Mode extends java.lang.Enum<Constraint.Mode>
| Enum Constant and Description |
|---|
CLIPPED |
NO |
NONNEGATIVE |
NORMALIZED |
RESCALED |
| Modifier and Type | Method and Description |
|---|---|
static Constraint.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constraint.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constraint.Mode NO
public static final Constraint.Mode NONNEGATIVE
public static final Constraint.Mode CLIPPED
public static final Constraint.Mode RESCALED
public static final Constraint.Mode NORMALIZED
public static Constraint.Mode[] values()
for (Constraint.Mode c : Constraint.Mode.values()) System.out.println(c);
public static Constraint.Mode 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 nullCopyright © , Biomedical Imaging Group, EPFL, Lausanne, Switzerland. All rights reserved.