Class Table

java.lang.Object
org.sourceid.saml20.adapter.conf.Table
All Implemented Interfaces:
Serializable

public class Table extends Object implements Serializable
This class holds all the rows of Fields contained in a table.
See Also:
  • Constructor Details

  • Method Details

    • getRows

      public List<Row> getRows()
      Gets the rows of Fields for this table.
      Returns:
      a list of Row objects that contain the user entered values for each row in the table.
    • getName

      public String getName()
      The name of this table.
      Returns:
      the name.
    • toString

      public String toString()
      Overrides:
      toString in class Object