ilog.cplex
Class IloCplex.StringParam

java.lang.Object
  |
  +--ilog.cplex.IloCplex.StringParam
Enclosing class:
IloCplex

public abstract static class IloCplex.StringParam
extends java.lang.Object

Symbolic parameter names for string-valued IloCplex parameters.


Field Summary
static IloCplex.StringParam WorkDir
           
 
Constructor Summary
IloCplex.StringParam()
           
 
Method Summary
abstract  int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WorkDir

public static final IloCplex.StringParam WorkDir
Constructor Detail

IloCplex.StringParam

public IloCplex.StringParam()
Method Detail

getValue

public abstract int getValue()