org.jcoderz.phoenix.sqlparser
Class ColumnAttribute

java.lang.Object
  extended by org.jcoderz.phoenix.sqlparser.ColumnAttribute
Direct Known Subclasses:
DefaultClause, NumericAttribute, StringAttribute

public abstract class ColumnAttribute
extends Object

Author:
Albrecht Messner

Constructor Summary
ColumnAttribute()
           
 
Method Summary
abstract  String getValue()
          Returns the value of the attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnAttribute

public ColumnAttribute()
Method Detail

getValue

public abstract String getValue()
Returns the value of the attribute.

Returns:
the value of the attribute.


Copyright 2007 The jCoderZ Project.