Package org.sourceid.saml20.adapter.conf
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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()The name of this table.List<Row>getRows()Gets the rows of Fields for this table.StringtoString()
-