Loading...
Searching...
No Matches
Switch default for "$on/offSuffixDLVars".
More...
|
String | value () |
| Get the string value of this enumerated SuffixDLVars.
|
|
Switch default for "$on/offSuffixDLVars".
◆ lookup()
static ESuffixDLVars com.gams.api.GAMSOptions.ESuffixDLVars.lookup |
( |
String |
val | ) |
|
|
static |
Lookup all suffixDLVarss.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated SuffixDLVars that has the specified value, or UndefinedSuffixDLVars if the specified value is not found.
◆ value()
String com.gams.api.GAMSOptions.ESuffixDLVars.value |
( |
| ) |
|
Get the string value of this enumerated SuffixDLVars.
- Returns
- the suffixDLVars value
◆ OffSuffixDLVars
com.gams.api.GAMSOptions.ESuffixDLVars.OffSuffixDLVars =("off") |
Activate $offSuffixDLVars.
◆ OnSuffixDLVars
com.gams.api.GAMSOptions.ESuffixDLVars.OnSuffixDLVars =("on") |
Activate $onSuffixDLVars.
◆ UndefinedSuffixDLVars