Loading...
Searching...
No Matches
com.gams.api.GAMSSetRecord Class Reference

This is the representation of a single record of a GAMSSet instance. More...

Inheritance diagram for com.gams.api.GAMSSetRecord:
com.gams.api.GAMSSymbolRecord

Public Member Functions

String getText ()
 Get the content of this GAMSSetRecord instance.
 
void setText (String value)
 Set the content of this GAMSSetRecord instance.
 
- Public Member Functions inherited from com.gams.api.GAMSSymbolRecord
String[] getKeys ()
 Retrieve keys of this GAMSSymbolRecord instance.
 
String getKey (int index)
 Retrieve key of GAMSSymbolRecord on position index.
 
boolean equals (Object obj)
 Indicates whether some other object is "equal to" this one.
 
int hashCode ()
 Returns a hash code value for the object.
 
boolean isDisposed ()
 Inquire if this record has already been disposed.
 
void dispose ()
 Release external resources hold by non-java library.
 
boolean moveNext ()
 Iterate to next GAMSSymbolRecord of GAMSSymbol using the current criterion.
 
boolean movePrevious ()
 Iterate to previous GAMSSymbolRecord of GAMSSymbol using the current criterion.
 

Additional Inherited Members

- Protected Member Functions inherited from com.gams.api.GAMSSymbolRecord
 GAMSSymbolRecord (GAMSSymbol<?> symbol, long ptr)
 Create a new GAMSSymbolRecord instance.
 
 GAMSSymbolRecord (GAMSSymbolRecord record)
 Create a new GAMSSymbolRecord instance.
 
void finalize () throws Throwable
 Release resources used by non-java library.
 

Detailed Description

This is the representation of a single record of a GAMSSet instance.

See also
GAMSSet

Member Function Documentation

◆ getText()

String com.gams.api.GAMSSetRecord.getText ( )

Get the content of this GAMSSetRecord instance.

Returns
the content text
Exceptions
GAMSExceptionIf this GAMSDatabase instance has already been disposed therefore resources are no longer available.

◆ setText()

void com.gams.api.GAMSSetRecord.setText ( String  value)

Set the content of this GAMSSetRecord instance.

Parameters
valuethe content text
Exceptions
GAMSExceptionIf this GAMSDatabase instance has already been disposed therefore resources are no longer available.