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

Version of GDX files generated (for backward compatibility) More...

Public Member Functions

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

Static Public Member Functions

static EgdxConvert lookup (String val)
 Lookup all gdxConverts.
 

Public Attributes

 Version5 =("v5")
 Version 5 GDX file, does not support compression.
 
 Version6 =("v6")
 Version 6 GDX file.
 
 Version7 =("v7")
 Version 7 GDX file.
 
 UndefinedgdxConvert =(GAMSGlobals.EMPTY_STRING)
 Undefined gdxConvert.
 

Detailed Description

Version of GDX files generated (for backward compatibility)

Member Function Documentation

◆ lookup()

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

Lookup all gdxConverts.

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

◆ value()

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

Get the string value of this enumerated gdxConvert.

Returns
the gdxConvert value

Member Data Documentation

◆ UndefinedgdxConvert

com.gams.api.GAMSOptions.EgdxConvert.UndefinedgdxConvert =(GAMSGlobals.EMPTY_STRING)

Undefined gdxConvert.

◆ Version5

com.gams.api.GAMSOptions.EgdxConvert.Version5 =("v5")

Version 5 GDX file, does not support compression.

◆ Version6

com.gams.api.GAMSOptions.EgdxConvert.Version6 =("v6")

Version 6 GDX file.

◆ Version7

com.gams.api.GAMSOptions.EgdxConvert.Version7 =("v7")

Version 7 GDX file.