Loading...
Searching...
No Matches
Atttribute Values as enumerated integer.
More...
|
boolean | equals (AttributeValue another) |
| Compare if the parameter is of the same AttributeValue.
|
|
int | value () |
| Get the int value of this enumerated AttributeValue.
|
|
Atttribute Values as enumerated integer.
◆ equals()
boolean com.gams.api.GAMSGlobals.AttributeValue.equals |
( |
AttributeValue |
another | ) |
|
Compare if the parameter is of the same AttributeValue.
- Parameters
-
- Returns
- true if the parameter is of the same data type, false otherwise.
◆ lookup()
static AttributeValue com.gams.api.GAMSGlobals.AttributeValue.lookup |
( |
int |
value | ) |
|
|
static |
Lookup all AttributeValues.
- Parameters
-
- Returns
- the enumerated AttributeValue, UNDEFINED_VAL if the specified value is not found.
◆ value()
int com.gams.api.GAMSGlobals.AttributeValue.value |
( |
| ) |
|
Get the int value of this enumerated AttributeValue.
- Returns
- the int value of the DataType
◆ LEVEL
com.gams.api.GAMSGlobals.AttributeValue.LEVEL |
◆ LOWER
com.gams.api.GAMSGlobals.AttributeValue.LOWER |
◆ MARGINAL
com.gams.api.GAMSGlobals.AttributeValue.MARGINAL |
◆ MAX
com.gams.api.GAMSGlobals.AttributeValue.MAX |
◆ SCALE
com.gams.api.GAMSGlobals.AttributeValue.SCALE |
◆ UNDEFINED_VAL
com.gams.api.GAMSGlobals.AttributeValue.UNDEFINED_VAL |
◆ UPPER
com.gams.api.GAMSGlobals.AttributeValue.UPPER |