org.outerj.daisy.query.model
Class QValueType
java.lang.Object
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
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
isCompatible
public boolean isCompatible(QValueType otherValueType)
Copyright © -2012 . All Rights Reserved.