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