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