Switch default for "$on/offFiltered".
More...
|
String | value () |
| Get the string value of this enumerated Filtered. More...
|
|
Switch default for "$on/offFiltered".
◆ lookup()
static EFiltered com.gams.api.GAMSOptions.EFiltered.lookup |
( |
String |
val | ) |
|
|
static |
Lookup all filtereds.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated Filtered that has the specified value, or UndefinedFiltered if the specified value is not found.
◆ value()
String com.gams.api.GAMSOptions.EFiltered.value |
( |
| ) |
|
Get the string value of this enumerated Filtered.
- Returns
- the filtered value
◆ OffFiltered
com.gams.api.GAMSOptions.EFiltered.OffFiltered =("off") |
◆ OnFiltered
com.gams.api.GAMSOptions.EFiltered.OnFiltered =("on") |
◆ UndefinedFiltered