Matlab.GAMS.StringChk Enum Reference
String substitution options. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. More... | |
Static Public Member Functions | |
static StringChk | lookup (integer value) |
Find enum option from alternative value. More... | |
Public Attributes | |
Error =(1) | |
Error if symbol undefined. | |
NoError =(0) | |
No substitution if symbol undefined and no error. | |
NoErrorRemoveSymbol =(2) | |
Remove entire symbol reference if undefined and no error. | |
UndefinedStringChk =(3) | |
Undefined option. | |
Detailed Description
String substitution options.
- See also
- GAMSOptions
Member Function Documentation
◆ lookup()
|
static |
Find enum option from alternative value.
Arguments:
- value: Alternative value
Return: enum option
◆ value()
integer Matlab.GAMS.StringChk.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option