uk.ac.bbk.dcs.automed.qproc.iql
Class TypeConstants

java.lang.Object
  extended by uk.ac.bbk.dcs.automed.qproc.iql.TypeConstants

public class TypeConstants
extends java.lang.Object


Field Summary
static java.lang.String BOOLEAN
           
static java.lang.String NUMBER
           
static java.lang.String STRING
           
 
Constructor Summary
TypeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUMBER

public static final java.lang.String NUMBER
See Also:
Constant Field Values

BOOLEAN

public static final java.lang.String BOOLEAN
See Also:
Constant Field Values

STRING

public static final java.lang.String STRING
See Also:
Constant Field Values
Constructor Detail

TypeConstants

public TypeConstants()