org.sourceid.saml20.adapter.conf
Class Table

java.lang.Object
  extended by org.sourceid.saml20.adapter.conf.Table

public class Table
extends java.lang.Object

This class holds all the rows of Fields contained in a table.

See Also:
Field, Row, Configuration.getTables(), Configuration.getTable(String)

Constructor Summary
Table(java.lang.String name, java.util.List<Row> rows)
           
 
Method Summary
 java.lang.String getName()
          The name of this table.
 java.util.List<Row> getRows()
          Gets the rows of Fields for this table.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Table

public Table(java.lang.String name,
             java.util.List<Row> rows)
Method Detail

getRows

public java.util.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 java.lang.String getName()
The name of this table.

Returns:
the name.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright 2007 Ping Identity Corp. All rights reserved.