org.apache.torque.generator.source
Interface SourceAttributeName


public interface SourceAttributeName

An interface for a class respresenting the name of a source attribute. This is useful e.g. if enums are defined for attribute names. $Id: SourceAttributeName.java 1331190 2012-04-27 02:41:35Z tfischer $


Method Summary
 String getName()
          returns the name of the attribute.
 

Method Detail

getName

String getName()
returns the name of the attribute.

Returns:
the name of the attribute, not null.


Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.