public static enum Panelmodel.DIST extends java.lang.Enum<Panelmodel.DIST> implements CASActionOptions.EnumValue
Enum Constant and Description |
---|
BETA |
BINARY |
BINOMIAL |
EXPONENTIAL |
GAMMA |
GENPOISSON |
GEOMETRIC |
INVGAUSS |
MULTINOMIAL |
NEGBIN |
NORMAL |
POISSON |
T |
TWEEDIE |
WEIBULL |
Modifier and Type | Method and Description |
---|---|
static Panelmodel.DIST |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static Panelmodel.DIST |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Panelmodel.DIST[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Panelmodel.DIST BETA
public static final Panelmodel.DIST BINARY
public static final Panelmodel.DIST BINOMIAL
public static final Panelmodel.DIST EXPONENTIAL
public static final Panelmodel.DIST GAMMA
public static final Panelmodel.DIST GENPOISSON
public static final Panelmodel.DIST GEOMETRIC
public static final Panelmodel.DIST INVGAUSS
public static final Panelmodel.DIST MULTINOMIAL
public static final Panelmodel.DIST NEGBIN
public static final Panelmodel.DIST NORMAL
public static final Panelmodel.DIST POISSON
public static final Panelmodel.DIST T
public static final Panelmodel.DIST TWEEDIE
public static final Panelmodel.DIST WEIBULL
public static Panelmodel.DIST[] values()
for (Panelmodel.DIST c : Panelmodel.DIST.values()) System.out.println(c);
public static Panelmodel.DIST 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 Panelmodel.DIST getByValue(java.lang.String value)