org.tranql.ql
Class DataType

java.lang.Object
  extended by org.tranql.ql.DataType
All Implemented Interfaces:
java.io.Serializable

public final class DataType
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 135 $ $Date: 2004-10-20 23:10:17 +0200 (Wed, 20 Oct 2004) $
See Also:
Serialized Form

Field Summary
static DataType BOOLEAN
           
static DataType DATETIME
           
static DataType ENTITY
           
static DataType NUMERIC
           
static DataType STRING
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BOOLEAN

public static final DataType BOOLEAN

STRING

public static final DataType STRING

NUMERIC

public static final DataType NUMERIC

DATETIME

public static final DataType DATETIME

ENTITY

public static final DataType ENTITY
Method Detail

toString

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


Copyright © -2010 The Codehaus. All Rights Reserved.