| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| BibliomaniaDatabaseTables |
|
| 0.0;0 |
| 1 | // Delete this line to prevent overwriting of this file | |
| 2 | ||
| 3 | package org.paneris.bibliomania; | |
| 4 | ||
| 5 | ||
| 6 | import org.paneris.bibliomania.generated.BibliomaniaDatabaseTablesBase; | |
| 7 | ||
| 8 | /** | |
| 9 | * Melati POEM generated, programmer modifiable interface stub. | |
| 10 | */ | |
| 11 | public interface BibliomaniaDatabaseTables extends BibliomaniaDatabaseTablesBase { | |
| 12 | // programmer's domain-specific code here | |
| 13 | // Don't forget to delete first line to prevent overwriting | |
| 14 | } | |
| 15 | ||
| 16 |