Loading...
Searching...
No Matches
String substitution options.
More...
|
int | value () |
| Get the int value of this enumerated StringChk.
|
|
String substitution options.
◆ lookup()
static EStringChk com.gams.api.GAMSOptions.EStringChk.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all stringChks.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated StringChk that has the specified value, or UndefinedStringChk if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EStringChk.value |
( |
| ) |
|
Get the int value of this enumerated StringChk.
- Returns
- the stringChk value
◆ Error
com.gams.api.GAMSOptions.EStringChk.Error =(1) |
Error if symbol undefined.
◆ NoError
com.gams.api.GAMSOptions.EStringChk.NoError =(0) |
No substitution if symbol undefined and no error.
◆ NoErrorRemoveSymbol
com.gams.api.GAMSOptions.EStringChk.NoErrorRemoveSymbol =(2) |
Remove entire symbol reference if undefined and no error.
◆ UndefinedStringChk
com.gams.api.GAMSOptions.EStringChk.UndefinedStringChk =(3) |