Loading...
Searching...
No Matches
Allow implicit loading of symbols from embedded code or not.
More...
|
String | value () |
| Get the string value of this enumerated ECImplicitLoad.
|
|
Allow implicit loading of symbols from embedded code or not.
◆ lookup()
static EECImplicitLoad com.gams.api.GAMSOptions.EECImplicitLoad.lookup |
( |
String |
val | ) |
|
|
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
◆ 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
Undefined ECImplicitLoad.