Interface Row

All Known Subinterfaces:
Parameters
All Known Implementing Classes:
ChainedRow, ConvertedParameters

public interface Row
Represents a row in an ExamplesTable.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the values as a Map, where the key is the column name and the value is the row value.
  • Method Details

    • values

      Map<String,String> values()
      Returns the values as a Map, where the key is the column name and the value is the row value.
      Returns:
      The Map of values