public enum NoiseType extends Enum<NoiseType>
Enum Constant and Description |
---|
NOISE_CONST |
NOISE_GAUSSIAN_FIT |
NOISE_GIVEN |
NOISE_MLE |
NOISE_POISSON_DATA |
NOISE_POISSON_FIT |
Modifier and Type | Method and Description |
---|---|
static NoiseType |
swigToEnum(int swigValue) |
int |
swigValue() |
static NoiseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoiseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NoiseType NOISE_CONST
public static final NoiseType NOISE_GIVEN
public static final NoiseType NOISE_POISSON_DATA
public static final NoiseType NOISE_POISSON_FIT
public static final NoiseType NOISE_GAUSSIAN_FIT
public static final NoiseType NOISE_MLE
public static NoiseType[] values()
for (NoiseType c : NoiseType.values()) System.out.println(c);
public static NoiseType 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 final int swigValue()
public static NoiseType swigToEnum(int swigValue)
Copyright © 2015–2022 FLIMLib. All rights reserved.