Loading...
Searching...
No Matches
Switch default for "$on/offEmpty".
More...
|
String | value () |
| Get the string value of this enumerated Empty.
|
|
Switch default for "$on/offEmpty".
◆ lookup()
static EEmpty com.gams.api.GAMSOptions.EEmpty.lookup |
( |
String |
val | ) |
|
|
static |
Lookup all emptys.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated Empty that has the specified value, or UndefinedEmpty if the specified value is not found.
◆ value()
String com.gams.api.GAMSOptions.EEmpty.value |
( |
| ) |
|
Get the string value of this enumerated Empty.
- Returns
- the empty value
◆ OffEmpty
com.gams.api.GAMSOptions.EEmpty.OffEmpty =("off") |
◆ OnEmpty
com.gams.api.GAMSOptions.EEmpty.OnEmpty =("on") |
◆ UndefinedEmpty