Class: FunctionCallTableField
A Function Call Field with a table value.
public final class FunctionCallTableField extends FunctionCallField
Constructor: FunctionCallTableField(String fieldName, FunctionCallField[] rowStructure)
Constructs the Function Call table field.
Declaration
public FunctionCallTableField(String fieldName, FunctionCallField[] rowStructure)
Parameters
Parameter | Value |
---|---|
fieldName | The name of the field. |
rowStructure | The row structure of the table rows. This needs to be populated if this table is being used for output. If this is an input table, and there is data in the table, this can point to the first data row. |
Returns
None
Exceptions
None
Method: getRowStructure
Gets the row structure for the table.
Declaration
public FunctionCallField[] getRowStructure()
Parameters
None
Returns
Returns the row structure for the table.
Exceptions
None
Method: getRows
Gets the rows in the table.
Declaration
public FunctionCallTableRow[] getRows()
Parameters
None
Returns
Returns the rows in the table (null if the row data has not been set).
Exceptions
None
Method: setRows
Sets the rows in the table.
Declaration
public void setRows(FunctionCallTableRow[] rows)
Parameters
Parameter | Value |
---|---|
rows | The rows in the table. |
Returns
None
Exceptions
None
Loading...
There was a problem loading this topic