Loading...
Searching...
No Matches
Character set flag.
More...
|
int | value () |
| Get the int value of this enumerated CharSet.
|
|
◆ lookup()
static ECharSet com.gams.api.GAMSOptions.ECharSet.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all charSets.
- Parameters
-
val | an 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
◆ 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) |