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

Switch between filtered and domain-checked read from GDX. More...

Public Member Functions

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

Static Public Member Functions

static EFiltered lookup (String val)
 Lookup all filtereds.
 

Public Attributes

 OffFiltered =("off")
 Load domain checked.
 
 OnFiltered =("on")
 Load filtered.
 
 UndefinedFiltered =(GAMSGlobals.EMPTY_STRING)
 Undefined Filtered.
 

Detailed Description

Switch between filtered and domain-checked read from GDX.

Member Function Documentation

◆ lookup()

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

Lookup all filtereds.

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

◆ value()

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

Get the string value of this enumerated Filtered.

Returns
the filtered value

Member Data Documentation

◆ OffFiltered

com.gams.api.GAMSOptions.EFiltered.OffFiltered =("off")

Load domain checked.

◆ OnFiltered

com.gams.api.GAMSOptions.EFiltered.OnFiltered =("on")

Load filtered.

◆ UndefinedFiltered

com.gams.api.GAMSOptions.EFiltered.UndefinedFiltered =(GAMSGlobals.EMPTY_STRING)

Undefined Filtered.