org.jcoderz.phoenix.sqlparser
Class StringAttribute

java.lang.Object
  extended by org.jcoderz.phoenix.sqlparser.ColumnAttribute
      extended by org.jcoderz.phoenix.sqlparser.StringAttribute

public final class StringAttribute
extends ColumnAttribute

Author:
Albrecht Messner

Constructor Summary
StringAttribute(String number)
          Create a new string attribute.
 
Method Summary
 String getValue()
          Returns the string of this attribute.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringAttribute

public StringAttribute(String number)
Create a new string attribute.

Parameters:
number - the string represented by this attribute
Method Detail

getValue

public final String getValue()
Returns the string of this attribute.

Specified by:
getValue in class ColumnAttribute
Returns:
the string of this attribute

toString

public final String toString()

Overrides:
toString in class Object


Copyright 2007 The jCoderZ Project.