public static enum ProcessForDeconvolution.WeightType extends Enum<ProcessForDeconvolution.WeightType>
Enum Constant and Description |
---|
LOAD_WEIGHTS |
NO_WEIGHTS |
PRECOMPUTED_WEIGHTS |
VIRTUAL_WEIGHTS |
WEIGHTS_ONLY |
Modifier and Type | Method and Description |
---|---|
static ProcessForDeconvolution.WeightType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessForDeconvolution.WeightType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessForDeconvolution.WeightType WEIGHTS_ONLY
public static final ProcessForDeconvolution.WeightType NO_WEIGHTS
public static final ProcessForDeconvolution.WeightType VIRTUAL_WEIGHTS
public static final ProcessForDeconvolution.WeightType PRECOMPUTED_WEIGHTS
public static final ProcessForDeconvolution.WeightType LOAD_WEIGHTS
public static ProcessForDeconvolution.WeightType[] values()
for (ProcessForDeconvolution.WeightType c : ProcessForDeconvolution.WeightType.values()) System.out.println(c);
public static ProcessForDeconvolution.WeightType 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 © 2015–2021 Fiji. All rights reserved.