com.gams.api.GAMSOptions.ELstTitleLeftAligned Enum Reference
Write title of LST file all left aligned. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated LstTitleLeftAligned. | |
Static Public Member Functions | |
static ELstTitleLeftAligned | lookup (int val) |
Lookup all lstTitleLeftAligneds. | |
Public Attributes | |
Off =(0) | |
Split LST title into left and right aligned part. | |
On =(1) | |
Write LST title completely left aligned. | |
UndefinedLstTitleLeftAligned =(2) | |
Undefined LstTitleLeftAligned. | |
Detailed Description
Write title of LST file all left aligned.
Member Function Documentation
◆ lookup()
|
static |
Lookup all lstTitleLeftAligneds.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated LstTitleLeftAligned that has the specified value, or UndefinedLstTitleLeftAligned if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.ELstTitleLeftAligned.value | ( | ) |
Get the int value of this enumerated LstTitleLeftAligned.
- Returns
- the lstTitleLeftAligned value
Member Data Documentation
◆ Off
com.gams.api.GAMSOptions.ELstTitleLeftAligned.Off =(0) |
Split LST title into left and right aligned part.
◆ On
com.gams.api.GAMSOptions.ELstTitleLeftAligned.On =(1) |
Write LST title completely left aligned.
◆ UndefinedLstTitleLeftAligned
com.gams.api.GAMSOptions.ELstTitleLeftAligned.UndefinedLstTitleLeftAligned =(2) |
Undefined LstTitleLeftAligned.