com.gams.api.GAMSOptions.EECImplicitLoad Enum Reference
Allow implicit loading of symbols from embedded code or not. More...
Public Member Functions | |
String | value () |
Get the string value of this enumerated ECImplicitLoad. | |
Static Public Member Functions | |
static EECImplicitLoad | lookup (String val) |
Lookup all eCImplicitLoads. | |
Public Attributes | |
OffECImplicitLoad =("off") | |
Do not allow implicit loading from embedded code. | |
OnECImplicitLoad =("on") | |
Allow implicit loading from embedded code. | |
UndefinedECImplicitLoad =(GAMSGlobals.EMPTY_STRING) | |
Undefined ECImplicitLoad. | |
Detailed Description
Allow implicit loading of symbols from embedded code or not.
Member Function Documentation
◆ lookup()
|
static |
Lookup all eCImplicitLoads.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated ECImplicitLoad that has the specified value, or UndefinedECImplicitLoad if the specified value is not found.
◆ value()
String com.gams.api.GAMSOptions.EECImplicitLoad.value | ( | ) |
Get the string value of this enumerated ECImplicitLoad.
- Returns
- the eCImplicitLoad value
Member Data Documentation
◆ OffECImplicitLoad
com.gams.api.GAMSOptions.EECImplicitLoad.OffECImplicitLoad =("off") |
Do not allow implicit loading from embedded code.
◆ OnECImplicitLoad
com.gams.api.GAMSOptions.EECImplicitLoad.OnECImplicitLoad =("on") |
Allow implicit loading from embedded code.
◆ UndefinedECImplicitLoad
com.gams.api.GAMSOptions.EECImplicitLoad.UndefinedECImplicitLoad =(GAMSGlobals.EMPTY_STRING) |
Undefined ECImplicitLoad.