com.gams.api.GAMSOptions.EAppendExpand Enum Reference
Expand file append option. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated AppendExpand. | |
Static Public Member Functions | |
static EAppendExpand | lookup (int val) |
Lookup all appendExpands. | |
Public Attributes | |
Reset =(0) | |
Reset expand file. | |
Append =(1) | |
Append to expand file. | |
UndefinedAppendExpand =(2) | |
Undefined AppendExpand. | |
Detailed Description
Expand file append option.
Member Function Documentation
◆ lookup()
|
static |
Lookup all appendExpands.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated AppendExpand that has the specified value, or UndefinedAppendExpand if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EAppendExpand.value | ( | ) |
Get the int value of this enumerated AppendExpand.
- Returns
- the appendExpand value
Member Data Documentation
◆ Append
com.gams.api.GAMSOptions.EAppendExpand.Append =(1) |
Append to expand file.
◆ Reset
com.gams.api.GAMSOptions.EAppendExpand.Reset =(0) |
Reset expand file.
◆ UndefinedAppendExpand
com.gams.api.GAMSOptions.EAppendExpand.UndefinedAppendExpand =(2) |
Undefined AppendExpand.