Class: FunctionCallTableRow
A result row in a Function Call Table.
public final class FunctionCallTableRow extends Object
Constructor: public FunctionCallTableRow(FunctionCallField[] values)
Creates a new table row.
Declaration
public FunctionCallTableRow(FunctionCallField[] values)
Parameters
Parameter | Value |
---|---|
values | The values for the table row. |
Returns
None
Exceptions
None
Method: getValues
Get the row values.
Declaration
public FunctionCallField[] getValues()
Parameters
None
Returns
Returns the row values.
Exceptions
None
Method: getField
Gets a field from the row by name.
Declaration
public FunctionCallField getField(String fieldName)
Parameters
Parameter | Value |
---|---|
fieldName | The name of the field to get. |
Returns
Returns the field from the row (null if the row doesn't contain a field with this name).
Exceptions
None
Loading...
There was a problem loading this topic