com.gams.api.GAMSOptions.EDigit Enum Reference
Switch default for "$on/offDigit". More...
Public Member Functions | |
String | value () |
Get the string value of this enumerated Digit. | |
Static Public Member Functions | |
static EDigit | lookup (String val) |
Lookup all digits. | |
Public Attributes | |
OffDigit =("off") | |
Activate $offDigit. | |
OnDigit =("on") | |
Activate $onDigit. | |
UndefinedDigit =(GAMSGlobals.EMPTY_STRING) | |
Undefined Digit. | |
Detailed Description
Switch default for "$on/offDigit".
Member Function Documentation
◆ lookup()
|
static |
Lookup all digits.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated Digit that has the specified value, or UndefinedDigit if the specified value is not found.
◆ value()
String com.gams.api.GAMSOptions.EDigit.value | ( | ) |
Get the string value of this enumerated Digit.
- Returns
- the digit value
Member Data Documentation
◆ OffDigit
com.gams.api.GAMSOptions.EDigit.OffDigit =("off") |
Activate $offDigit.
◆ OnDigit
com.gams.api.GAMSOptions.EDigit.OnDigit =("on") |
Activate $onDigit.
◆ UndefinedDigit
com.gams.api.GAMSOptions.EDigit.UndefinedDigit =(GAMSGlobals.EMPTY_STRING) |
Undefined Digit.