Loading...
Searching...
No Matches

String substitution options. More...

Public Member Functions

integer value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

static StringChk lookup (integer value)
 Find enum option from alternative value.
 

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 StringChk Matlab.GAMS.StringChk.lookup ( integer  value)
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