org.sqlorm.metadatadumper
Interface ITableName


public interface ITableName

Marker interface to denote a certain class represents the name of a table

Author:
Kasper B. Graversen, (c) 2007-2008

Method Summary
 String toString()
          return the table name
 

Method Detail

toString

String toString()
return the table name

Overrides:
toString in class Object