Loading...
Searching...
No Matches
Error if assignment to singleton set has multiple elements.
More...
|
int | value () |
| Get the int value of this enumerated strictSingleton.
|
|
|
| FirstRecord =(0) |
| Take first record if assignment to singleton set has multiple elements.
|
|
| Error =(1) |
| Error if assignment to singleton set has multiple elements.
|
|
| UndefinedstrictSingleton =(2) |
| Undefined strictSingleton.
|
|
Error if assignment to singleton set has multiple elements.
◆ lookup()
static EstrictSingleton com.gams.api.GAMSOptions.EstrictSingleton.lookup |
( |
int |
val | ) |
|
|
static |
Lookup all strictSingletons.
- Parameters
-
val | an int value to lookup |
- Returns
- the enumerated strictSingleton that has the specified value, or UndefinedstrictSingleton if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EstrictSingleton.value |
( |
| ) |
|
Get the int value of this enumerated strictSingleton.
- Returns
- the strictSingleton value
◆ Error
com.gams.api.GAMSOptions.EstrictSingleton.Error =(1) |
Error if assignment to singleton set has multiple elements.
◆ FirstRecord
com.gams.api.GAMSOptions.EstrictSingleton.FirstRecord =(0) |
Take first record if assignment to singleton set has multiple elements.
◆ UndefinedstrictSingleton
com.gams.api.GAMSOptions.EstrictSingleton.UndefinedstrictSingleton =(2) |
Undefined strictSingleton.