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

Show log line about embedded code initialization and execution or not. More...

Public Member Functions

String value ()
 Get the string value of this enumerated ECLogLine.
 

Static Public Member Functions

static EECLogLine lookup (String val)
 Lookup all eCLogLines.
 

Public Attributes

 OffECLogLine =("off")
 Do not show log line about embedded code initialization and execution.
 
 OnECLogLine =("on")
 Show log line about embedded code initialization and execution.
 
 UndefinedECLogLine =(GAMSGlobals.EMPTY_STRING)
 Undefined ECLogLine.
 

Detailed Description

Show log line about embedded code initialization and execution or not.

Member Function Documentation

◆ lookup()

static EECLogLine com.gams.api.GAMSOptions.EECLogLine.lookup ( String val)
static

Lookup all eCLogLines.

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

◆ value()

String com.gams.api.GAMSOptions.EECLogLine.value ( )

Get the string value of this enumerated ECLogLine.

Returns
the eCLogLine value

Member Data Documentation

◆ OffECLogLine

com.gams.api.GAMSOptions.EECLogLine.OffECLogLine =("off")

Do not show log line about embedded code initialization and execution.

◆ OnECLogLine

com.gams.api.GAMSOptions.EECLogLine.OnECLogLine =("on")

Show log line about embedded code initialization and execution.

◆ UndefinedECLogLine

com.gams.api.GAMSOptions.EECLogLine.UndefinedECLogLine =(GAMSGlobals.EMPTY_STRING)

Undefined ECLogLine.