com.gams.api.GAMSOptions.EReferenceLineNo Enum Reference
Controls the line numbers written to a reference file. More...
Public Member Functions | |
String | value () |
Get the string value of this enumerated ReferenceLineNo. | |
Static Public Member Functions | |
static EReferenceLineNo | lookup (String val) |
Lookup all referenceLineNos. | |
Public Attributes | |
ActualLineNumber =("actual") | |
Actual line number of symbol reference. | |
StatementStart =("start") | |
Line number where the statement with the reference starts. | |
UndefinedReferenceLineNo =(GAMSGlobals.EMPTY_STRING) | |
Undefined ReferenceLineNo. | |
Detailed Description
Controls the line numbers written to a reference file.
Member Function Documentation
◆ lookup()
|
static |
Lookup all referenceLineNos.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated ReferenceLineNo that has the specified value, or UndefinedReferenceLineNo if the specified value is not found.
◆ value()
String com.gams.api.GAMSOptions.EReferenceLineNo.value | ( | ) |
Get the string value of this enumerated ReferenceLineNo.
- Returns
- the referenceLineNo value
Member Data Documentation
◆ ActualLineNumber
com.gams.api.GAMSOptions.EReferenceLineNo.ActualLineNumber =("actual") |
Actual line number of symbol reference.
◆ StatementStart
com.gams.api.GAMSOptions.EReferenceLineNo.StatementStart =("start") |
Line number where the statement with the reference starts.
◆ UndefinedReferenceLineNo
com.gams.api.GAMSOptions.EReferenceLineNo.UndefinedReferenceLineNo =(GAMSGlobals.EMPTY_STRING) |
Undefined ReferenceLineNo.