org.outerj.daisy.query.model
Class QValueType

java.lang.Object
  extended by org.outerj.daisy.query.model.QValueType

public final class QValueType
extends java.lang.Object

Enumeration of types that can occur in queries. This is a superset of ValueType.


Field Summary
static QValueType BOOLEAN
           
static QValueType DATE
           
static QValueType DATETIME
           
static QValueType DECIMAL
           
static QValueType DOUBLE
           
static QValueType LINK
           
static QValueType LONG
           
static QValueType STRING
           
static QValueType UNDEFINED
           
static QValueType VERSION_STATE
           
static QValueType XML
           
 
Method Summary
 boolean isCompatible(QValueType otherValueType)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNDEFINED

public static final QValueType UNDEFINED

STRING

public static final QValueType STRING

DATE

public static final QValueType DATE

DATETIME

public static final QValueType DATETIME

LONG

public static final QValueType LONG

DOUBLE

public static final QValueType DOUBLE

DECIMAL

public static final QValueType DECIMAL

BOOLEAN

public static final QValueType BOOLEAN

XML

public static final QValueType XML

VERSION_STATE

public static final QValueType VERSION_STATE

LINK

public static final QValueType LINK
Method Detail

toString

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

isCompatible

public boolean isCompatible(QValueType otherValueType)


Copyright © -2012 . All Rights Reserved.