com.gams.api.GAMSOptions.EEmpty Enum Reference
Switch default for "$on/offEmpty". More...
Public Member Functions | |
String | value () |
Get the string value of this enumerated Empty. | |
Static Public Member Functions | |
static EEmpty | lookup (String val) |
Lookup all emptys. | |
Public Attributes | |
OffEmpty =("off") | |
Activate $offEmpty. | |
OnEmpty =("on") | |
Activate $onEmpty. | |
UndefinedEmpty =(GAMSGlobals.EMPTY_STRING) | |
Undefined Empty. | |
Detailed Description
Switch default for "$on/offEmpty".
Member Function Documentation
◆ lookup()
|
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
Member Data Documentation
◆ OffEmpty
com.gams.api.GAMSOptions.EEmpty.OffEmpty =("off") |
Activate $offEmpty.
◆ OnEmpty
com.gams.api.GAMSOptions.EEmpty.OnEmpty =("on") |
Activate $onEmpty.
◆ UndefinedEmpty
com.gams.api.GAMSOptions.EEmpty.UndefinedEmpty =(GAMSGlobals.EMPTY_STRING) |
Undefined Empty.