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

Output file page control option. More...

Public Member Functions

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

Static Public Member Functions

static EPageContr lookup (int val)
 Lookup all pageContrs.
 

Public Attributes

 NoPageContrWithPadding =(0)
 No page control, with padding.
 
 FortranStyle =(1)
 FORTRAN style line printer format.
 
 NoPageContrNoPadding =(2)
 No page control, no padding.
 
 FormfeedCharNewPage =(3)
 Formfeed character for new page.
 
 UndefinedPageContr =(4)
 Undefined PageContr.
 

Detailed Description

Output file page control option.

Member Function Documentation

◆ lookup()

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

Lookup all pageContrs.

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

◆ value()

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

Get the int value of this enumerated PageContr.

Returns
the pageContr value

Member Data Documentation

◆ FormfeedCharNewPage

com.gams.api.GAMSOptions.EPageContr.FormfeedCharNewPage =(3)

Formfeed character for new page.

◆ FortranStyle

com.gams.api.GAMSOptions.EPageContr.FortranStyle =(1)

FORTRAN style line printer format.

◆ NoPageContrNoPadding

com.gams.api.GAMSOptions.EPageContr.NoPageContrNoPadding =(2)

No page control, no padding.

◆ NoPageContrWithPadding

com.gams.api.GAMSOptions.EPageContr.NoPageContrWithPadding =(0)

No page control, with padding.

◆ UndefinedPageContr

com.gams.api.GAMSOptions.EPageContr.UndefinedPageContr =(4)

Undefined PageContr.