Loading...
Searching...
No Matches

Output case option for LST file. More...

Public Member Functions

int value ()
 Get the int value of this enumerated Case.
 

Static Public Member Functions

static ECase lookup (int val)
 Lookup all cases.
 

Public Attributes

 MixedCase =(0)
 Write listing file in mixed case.
 
 UpperCase =(1)
 Write listing file in upper case only.
 
 UndefinedCase =(2)
 Undefined Case.
 

Detailed Description

Output case option for LST file.

Member Function Documentation

◆ lookup()

static ECase com.gams.api.GAMSOptions.ECase.lookup ( int  val)
static

Lookup all cases.

Parameters
valan int value to lookup
Returns
the enumerated Case that has the specified value, or UndefinedCase if the specified value is not found.

◆ value()

int com.gams.api.GAMSOptions.ECase.value ( )

Get the int value of this enumerated Case.

Returns
the case value

Member Data Documentation

◆ MixedCase

com.gams.api.GAMSOptions.ECase.MixedCase =(0)

Write listing file in mixed case.

◆ UndefinedCase

com.gams.api.GAMSOptions.ECase.UndefinedCase =(2)

Undefined Case.

◆ UpperCase

com.gams.api.GAMSOptions.ECase.UpperCase =(1)

Write listing file in upper case only.