java.lang.Object
org.openforis.collect.relational.data.Row

public final class Row extends Object
Author:
G. Miceli
  • Constructor Details

    • Row

      public Row(Table<?> table)
  • Method Details

    • getTable

      public Table<?> getTable()
    • getValues

      public List<Object> getValues()
    • setValue

      public void setValue(int i, Object o)