public static enum LRFFT.PSFTYPE extends Enum<LRFFT.PSFTYPE>
Enum Constant and Description |
---|
EFFICIENT_BAYESIAN |
INDEPENDENT |
OPTIMIZATION_I |
OPTIMIZATION_II |
Modifier and Type | Method and Description |
---|---|
static LRFFT.PSFTYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LRFFT.PSFTYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LRFFT.PSFTYPE OPTIMIZATION_II
public static final LRFFT.PSFTYPE OPTIMIZATION_I
public static final LRFFT.PSFTYPE EFFICIENT_BAYESIAN
public static final LRFFT.PSFTYPE INDEPENDENT
public static LRFFT.PSFTYPE[] values()
for (LRFFT.PSFTYPE c : LRFFT.PSFTYPE.values()) System.out.println(c);
public static LRFFT.PSFTYPE 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.