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