com.gams.api.GAMSOptions.ESuffixAlgebraVars Enum Reference
Switch default for "$on/offSuffixAlgebraVars". More...
Public Member Functions | |
String | value () |
Get the string value of this enumerated SuffixAlgebraVars. | |
Static Public Member Functions | |
static ESuffixAlgebraVars | lookup (String val) |
Lookup all suffixAlgebraVarss. | |
Public Attributes | |
OffSuffixAlgebraVars =("off") | |
Activate $offSuffixAlgebraVars. | |
OnSuffixAlgebraVars =("on") | |
Activate $onSuffixAlgebraVars. | |
UndefinedSuffixAlgebraVars =(GAMSGlobals.EMPTY_STRING) | |
Undefined SuffixAlgebraVars. | |
Detailed Description
Switch default for "$on/offSuffixAlgebraVars".
Member Function Documentation
◆ lookup()
|
static |
Lookup all suffixAlgebraVarss.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated SuffixAlgebraVars that has the specified value, or UndefinedSuffixAlgebraVars if the specified value is not found.
◆ value()
String com.gams.api.GAMSOptions.ESuffixAlgebraVars.value | ( | ) |
Get the string value of this enumerated SuffixAlgebraVars.
- Returns
- the suffixAlgebraVars value
Member Data Documentation
◆ OffSuffixAlgebraVars
com.gams.api.GAMSOptions.ESuffixAlgebraVars.OffSuffixAlgebraVars =("off") |
Activate $offSuffixAlgebraVars.
◆ OnSuffixAlgebraVars
com.gams.api.GAMSOptions.ESuffixAlgebraVars.OnSuffixAlgebraVars =("on") |
Activate $onSuffixAlgebraVars.
◆ UndefinedSuffixAlgebraVars
com.gams.api.GAMSOptions.ESuffixAlgebraVars.UndefinedSuffixAlgebraVars =(GAMSGlobals.EMPTY_STRING) |
Undefined SuffixAlgebraVars.