Loading...
Searching...
No Matches

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

Public Member Functions

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

Static Public Member Functions

static EDigit lookup (String val)
 Lookup all digits.
 

Public Attributes

 OffDigit =("off")
 Activate $offDigit.
 
 OnDigit =("on")
 Activate $onDigit.
 
 UndefinedDigit =(GAMSGlobals.EMPTY_STRING)
 Undefined Digit.
 

Detailed Description

Switch default for "$on/offDigit".

Member Function Documentation

◆ lookup()

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

Lookup all digits.

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

◆ value()

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

Get the string value of this enumerated Digit.

Returns
the digit value

Member Data Documentation

◆ OffDigit

com.gams.api.GAMSOptions.EDigit.OffDigit =("off")

Activate $offDigit.

◆ OnDigit

com.gams.api.GAMSOptions.EDigit.OnDigit =("on")

Activate $onDigit.

◆ UndefinedDigit

com.gams.api.GAMSOptions.EDigit.UndefinedDigit =(GAMSGlobals.EMPTY_STRING)

Undefined Digit.