com.gams.api.GAMSOptions.EgdxUels Enum Reference
Unload labels or UELs to GDX either squeezed or full. More...
Public Member Functions | |
String | value () |
Get the string value of this enumerated gdxUels. | |
Static Public Member Functions | |
static EgdxUels | lookup (String val) |
Lookup all gdxUelss. | |
Public Attributes | |
squeezed =("Squeezed") | |
Write only the UELs to Universe, that are used by the exported symbols. | |
full =("Full") | |
Write all UELs to Universe. | |
UndefinedgdxUels =(GAMSGlobals.EMPTY_STRING) | |
Undefined gdxUels. | |
Detailed Description
Unload labels or UELs to GDX either squeezed or full.
Member Function Documentation
◆ lookup()
|
static |
Lookup all gdxUelss.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated gdxUels that has the specified value, or UndefinedgdxUels if the specified value is not found.
◆ value()
String com.gams.api.GAMSOptions.EgdxUels.value | ( | ) |
Get the string value of this enumerated gdxUels.
- Returns
- the gdxUels value
Member Data Documentation
◆ full
com.gams.api.GAMSOptions.EgdxUels.full =("Full") |
Write all UELs to Universe.
◆ squeezed
com.gams.api.GAMSOptions.EgdxUels.squeezed =("Squeezed") |
Write only the UELs to Universe, that are used by the exported symbols.
◆ UndefinedgdxUels
com.gams.api.GAMSOptions.EgdxUels.UndefinedgdxUels =(GAMSGlobals.EMPTY_STRING) |
Undefined gdxUels.