public abstract static class IloCplex.Parameter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BooleanType |
static int |
DoubleType |
static int |
IntType |
static int |
LongType |
static int |
StringType |
static int |
UnknownType |
| Constructor and Description |
|---|
IloCplex.Parameter() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getType() |
public static final int IntType
public static final int DoubleType
public static final int BooleanType
public static final int StringType
public static final int LongType
public static final int UnknownType