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

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

Public Member Functions

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

Static Public Member Functions

static EListing lookup (String val)
 Lookup all listings.
 

Public Attributes

 OffListing =("off")
 Activate $offListing.
 
 OnListing =("on")
 Activate $onListing.
 
 UndefinedListing =(GAMSGlobals.EMPTY_STRING)
 Undefined Listing.
 

Detailed Description

Switch default for "$on/offListing".

Member Function Documentation

◆ lookup()

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

Lookup all listings.

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

◆ value()

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

Get the string value of this enumerated Listing.

Returns
the listing value

Member Data Documentation

◆ OffListing

com.gams.api.GAMSOptions.EListing.OffListing =("off")

Activate $offListing.

◆ OnListing

com.gams.api.GAMSOptions.EListing.OnListing =("on")

Activate $onListing.

◆ UndefinedListing

com.gams.api.GAMSOptions.EListing.UndefinedListing =(GAMSGlobals.EMPTY_STRING)

Undefined Listing.