treeBuilder
Class tbConst

java.lang.Object
  |
  +--treeBuilder.tbItem
        |
        +--treeBuilder.tbConst

public class tbConst
extends tbItem

a SQL-Constant


Field Summary
(package private)  java.lang.String value
           
 
Constructor Summary
tbConst(java.lang.String valueP)
          creates a Const-object.
 
Method Summary
 java.lang.String getValue()
           
 java.lang.String getVALUE()
          returns the value of this constant in uppercase letters
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

value

java.lang.String value
Constructor Detail

tbConst

public tbConst(java.lang.String valueP)
creates a Const-object. The parameter is NOT converted to upperCase since this causes inconsistencies. (BUG 081600).
Method Detail

getValue

public java.lang.String getValue()

getVALUE

public java.lang.String getVALUE()
returns the value of this constant in uppercase letters

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object