org.jcoderz.phoenix.sqlparser
Class ColumnAttribute
java.lang.Object
org.jcoderz.phoenix.sqlparser.ColumnAttribute
- Direct Known Subclasses:
- DefaultClause, NumericAttribute, StringAttribute
public abstract class ColumnAttribute
- extends Object
- Author:
- Albrecht Messner
|
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 |
ColumnAttribute
public ColumnAttribute()
getValue
public abstract String getValue()
- Returns the value of the attribute.
- Returns:
- the value of the attribute.
Copyright 2007 The jCoderZ Project.