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

Switch default for "$on/offSuffixDLVars". More...

Public Member Functions

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

Static Public Member Functions

static ESuffixDLVars lookup (String val)
 Lookup all suffixDLVarss.
 

Public Attributes

 OffSuffixDLVars =("off")
 Activate $offSuffixDLVars.
 
 OnSuffixDLVars =("on")
 Activate $onSuffixDLVars.
 
 UndefinedSuffixDLVars =(GAMSGlobals.EMPTY_STRING)
 Undefined SuffixDLVars.
 

Detailed Description

Switch default for "$on/offSuffixDLVars".

Member Function Documentation

◆ lookup()

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

Lookup all suffixDLVarss.

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

◆ value()

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

Get the string value of this enumerated SuffixDLVars.

Returns
the suffixDLVars value

Member Data Documentation

◆ OffSuffixDLVars

com.gams.api.GAMSOptions.ESuffixDLVars.OffSuffixDLVars =("off")

Activate $offSuffixDLVars.

◆ OnSuffixDLVars

com.gams.api.GAMSOptions.ESuffixDLVars.OnSuffixDLVars =("on")

Activate $onSuffixDLVars.

◆ UndefinedSuffixDLVars

com.gams.api.GAMSOptions.ESuffixDLVars.UndefinedSuffixDLVars =(GAMSGlobals.EMPTY_STRING)

Undefined SuffixDLVars.