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

Character set flag. More...

Public Member Functions

int value ()
 Get the int value of this enumerated CharSet.
 

Static Public Member Functions

static ECharSet lookup (int val)
 Lookup all charSets.
 

Public Attributes

 LimitedGAMSCharSet =(0)
 Use limited GAMS characters set.
 
 AnyChar =(1)
 Accept any character in comments and text items (foreign language characters)
 
 UndefinedCharSet =(2)
 Undefined CharSet.
 

Detailed Description

Character set flag.

Member Function Documentation

◆ lookup()

static ECharSet com.gams.api.GAMSOptions.ECharSet.lookup ( int  val)
static

Lookup all charSets.

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

◆ value()

int com.gams.api.GAMSOptions.ECharSet.value ( )

Get the int value of this enumerated CharSet.

Returns
the charSet value

Member Data Documentation

◆ AnyChar

com.gams.api.GAMSOptions.ECharSet.AnyChar =(1)

Accept any character in comments and text items (foreign language characters)

◆ LimitedGAMSCharSet

com.gams.api.GAMSOptions.ECharSet.LimitedGAMSCharSet =(0)

Use limited GAMS characters set.

◆ UndefinedCharSet

com.gams.api.GAMSOptions.ECharSet.UndefinedCharSet =(2)

Undefined CharSet.