Loading...
Searching...
No Matches
Switch between merge and replace when reading from GDX into non-empty symbol.
More...
|
String | value () |
| Get the string value of this enumerated Replace.
|
|
Switch between merge and replace when reading from GDX into non-empty symbol.
◆ lookup()
static EReplace com.gams.api.GAMSOptions.EReplace.lookup |
( |
String |
val | ) |
|
|
static |
Lookup all replaces.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated Replace that has the specified value, or UndefinedReplace if the specified value is not found.
◆ value()
String com.gams.api.GAMSOptions.EReplace.value |
( |
| ) |
|
Get the string value of this enumerated Replace.
- Returns
- the replace value
◆ Merge
com.gams.api.GAMSOptions.EReplace.Merge =("off") |
Merge into existing data when loading.
◆ Replace
com.gams.api.GAMSOptions.EReplace.Replace =("on") |
Replace existing data when loading.
◆ UndefinedReplace