public static enum ParsimoniousElement.ParameterEstimate extends java.lang.Enum<ParsimoniousElement.ParameterEstimate>
Enum Constant and Description |
---|
DIRONEHALF |
FSNML |
ML |
MP |
SAMPLING |
Modifier and Type | Method and Description |
---|---|
static ParsimoniousElement.ParameterEstimate |
parseString(java.lang.String s) |
static ParsimoniousElement.ParameterEstimate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParsimoniousElement.ParameterEstimate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParsimoniousElement.ParameterEstimate MP
public static final ParsimoniousElement.ParameterEstimate FSNML
public static final ParsimoniousElement.ParameterEstimate DIRONEHALF
public static final ParsimoniousElement.ParameterEstimate SAMPLING
public static final ParsimoniousElement.ParameterEstimate ML
public static ParsimoniousElement.ParameterEstimate[] values()
for (ParsimoniousElement.ParameterEstimate c : ParsimoniousElement.ParameterEstimate.values()) System.out.println(c);
public static ParsimoniousElement.ParameterEstimate 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 nullpublic static ParsimoniousElement.ParameterEstimate parseString(java.lang.String s)