Package org.faktorips.runtime
Interface ITable<R>
- Type Parameters:
R- the class representing a row of this table
- All Known Implementing Classes:
Table
public interface ITable<R>
Base interface for table contents
-
Field Summary
Fields -
Method Summary
-
Field Details
-
TAG_NAME
- See Also:
-
-
Method Details
-
getName
String getName()Returns the qualified name of this table. -
getAllRows
Returns all rows of this table. -
toXml
Creates an XMLElementthat represents this table's data.Throws an
UnsupportedOperationExceptionif the support for toXml ("Generate toXml Support") is not activated in the Faktor-IPS standard builder.- Parameters:
document- a document, that can be used to create XML elements.
-