com.gams.api.GAMSOptions.EStringChk Enum Reference
String substitution options. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated StringChk. | |
Static Public Member Functions | |
static EStringChk | lookup (int val) |
Lookup all stringChks. | |
Public Attributes | |
NoError =(0) | |
No substitution if symbol undefined and no error. | |
Error =(1) | |
Error if symbol undefined. | |
NoErrorRemoveSymbol =(2) | |
Remove entire symbol reference if undefined and no error. | |
UndefinedStringChk =(3) | |
Undefined StringChk. | |
Detailed Description
String substitution options.
Member Function Documentation
◆ lookup()
|
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
Member Data Documentation
◆ 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) |
Undefined StringChk.