Loading...
Searching...
No Matches
Switch default for "$on/offDigit".
More...
|
String | value () |
| Get the string value of this enumerated Digit.
|
|
Switch default for "$on/offDigit".
◆ lookup()
static EDigit com.gams.api.GAMSOptions.EDigit.lookup |
( |
String |
val | ) |
|
|
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
◆ OffDigit
com.gams.api.GAMSOptions.EDigit.OffDigit =("off") |
◆ OnDigit
com.gams.api.GAMSOptions.EDigit.OnDigit =("on") |
◆ UndefinedDigit