metagloss 0.0.2

net.sf.metagloss.db
Interface ITable


public interface ITable

An interface for DB tables represented as enum classes. Implementing classes must annotate the classes with TableName. See net.sf.metagloss.db for an example implementation.

See Also:
DBUtils.getColumns(Class), DBUtils.getTableName(Class)

Method Summary
 java.lang.String getColumn()
          Get the name of the column.
 

Method Detail

getColumn

java.lang.String getColumn()
Get the name of the column.

Returns:
Name of column.