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
Modifier and TypeMethodDescriptionReturns all rows of this table.getName()Returns the qualified name of this table.
-
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.
-