Loading...
Searching...
No Matches
com.gams.api.GAMSOptions.EAppendOut Enum Reference

Output file append option. More...

Public Member Functions

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

Static Public Member Functions

static EAppendOut lookup (int val)
 Lookup all appendOuts.
 

Public Attributes

 Reset =(0)
 Reset listing file.
 
 Append =(1)
 Append to listing file.
 
 UndefinedAppendOut =(2)
 Undefined AppendOut.
 

Detailed Description

Output file append option.

Member Function Documentation

◆ lookup()

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

Lookup all appendOuts.

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

◆ value()

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

Get the int value of this enumerated AppendOut.

Returns
the appendOut value

Member Data Documentation

◆ Append

com.gams.api.GAMSOptions.EAppendOut.Append =(1)

Append to listing file.

◆ Reset

com.gams.api.GAMSOptions.EAppendOut.Reset =(0)

Reset listing file.

◆ UndefinedAppendOut

com.gams.api.GAMSOptions.EAppendOut.UndefinedAppendOut =(2)

Undefined AppendOut.