Loading...
Searching...
No Matches
GAMS processing request.
More...
|
String | value () |
| Get the string value of this enumerated Action.
|
|
◆ lookup()
static EAction com.gams.api.GAMSOptions.EAction.lookup |
( |
String |
val | ) |
|
|
static |
Lookup all actions.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated Action that has the specified value, or UndefinedAction if the specified value is not found.
◆ value()
String com.gams.api.GAMSOptions.EAction.value |
( |
| ) |
|
Get the string value of this enumerated Action.
- Returns
- the action value
◆ CompileAndExecute
com.gams.api.GAMSOptions.EAction.CompileAndExecute =("CE") |
◆ CompileOnly
com.gams.api.GAMSOptions.EAction.CompileOnly =("C") |
◆ ExecuteOnly
com.gams.api.GAMSOptions.EAction.ExecuteOnly =("E") |
◆ GlueCodeGeneration
com.gams.api.GAMSOptions.EAction.GlueCodeGeneration =("G") |
◆ RestartAfterSolve
com.gams.api.GAMSOptions.EAction.RestartAfterSolve =("R") |
◆ TraceReport
com.gams.api.GAMSOptions.EAction.TraceReport =("GT") |
◆ UndefinedAction