public static enum Modeloptions.MODELTYPE extends java.lang.Enum<Modeloptions.MODELTYPE> implements CASActionOptions.EnumValue
Enum Constant and Description |
---|
CLOGIT |
HEV |
MLOGIT |
NLOGIT |
POISSON |
PROBIT |
Modifier and Type | Method and Description |
---|---|
static Modeloptions.MODELTYPE |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static Modeloptions.MODELTYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Modeloptions.MODELTYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Modeloptions.MODELTYPE CLOGIT
public static final Modeloptions.MODELTYPE HEV
public static final Modeloptions.MODELTYPE MLOGIT
public static final Modeloptions.MODELTYPE NLOGIT
public static final Modeloptions.MODELTYPE POISSON
public static final Modeloptions.MODELTYPE PROBIT
public static Modeloptions.MODELTYPE[] values()
for (Modeloptions.MODELTYPE c : Modeloptions.MODELTYPE.values()) System.out.println(c);
public static Modeloptions.MODELTYPE 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 java.lang.String getValue()
getValue
in interface CASActionOptions.EnumValue
public static Modeloptions.MODELTYPE getByValue(java.lang.String value)