Loading...
Searching...
No Matches
Controls the line numbers written to a reference file.
More...
|
String | value () |
| Get the string value of this enumerated ReferenceLineNo.
|
|
Controls the line numbers written to a reference file.
◆ lookup()
static EReferenceLineNo com.gams.api.GAMSOptions.EReferenceLineNo.lookup |
( |
String |
val | ) |
|
|
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
◆ 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
Undefined ReferenceLineNo.