org.jcoderz.phoenix.sqlparser
Class StringAttribute
java.lang.Object
org.jcoderz.phoenix.sqlparser.ColumnAttribute
org.jcoderz.phoenix.sqlparser.StringAttribute
public final class StringAttribute
- extends ColumnAttribute
- Author:
- Albrecht Messner
StringAttribute
public StringAttribute(String number)
- Create a new string attribute.
- Parameters:
number - the string represented by this attribute
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.