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