public static enum Instrumentsmodel.LINK extends java.lang.Enum<Instrumentsmodel.LINK> implements CASActionOptions.EnumValue
| Enum Constant and Description |
|---|
CLOGLOG |
GLOGIT |
IDENTITY |
LOG |
LOGIT |
LOGLOG |
POWER |
POWMINUS2 |
PROBIT |
RECIP |
ZERO |
| Modifier and Type | Method and Description |
|---|---|
static Instrumentsmodel.LINK |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static Instrumentsmodel.LINK |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Instrumentsmodel.LINK[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Instrumentsmodel.LINK CLOGLOG
public static final Instrumentsmodel.LINK GLOGIT
public static final Instrumentsmodel.LINK IDENTITY
public static final Instrumentsmodel.LINK LOG
public static final Instrumentsmodel.LINK LOGIT
public static final Instrumentsmodel.LINK LOGLOG
public static final Instrumentsmodel.LINK POWER
public static final Instrumentsmodel.LINK POWMINUS2
public static final Instrumentsmodel.LINK PROBIT
public static final Instrumentsmodel.LINK RECIP
public static final Instrumentsmodel.LINK ZERO
public static Instrumentsmodel.LINK[] values()
for (Instrumentsmodel.LINK c : Instrumentsmodel.LINK.values()) System.out.println(c);
public static Instrumentsmodel.LINK 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.EnumValuepublic static Instrumentsmodel.LINK getByValue(java.lang.String value)