org.outerj.daisy.query.model
Class OutputValueType
java.lang.Object
org.outerj.daisy.query.model.OutputValueType
- public class OutputValueType
- extends java.lang.Object
Enumeration of the possible types of data that can result from
the evaluation of an Identifier
.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
STRING
public static final OutputValueType STRING
DATE
public static final OutputValueType DATE
DATETIME
public static final OutputValueType DATETIME
LONG
public static final OutputValueType LONG
DOUBLE
public static final OutputValueType DOUBLE
DECIMAL
public static final OutputValueType DECIMAL
BOOLEAN
public static final OutputValueType BOOLEAN
XML
public static final OutputValueType XML
VERSION_STATE
public static final OutputValueType VERSION_STATE
toString
public java.lang.String toString()
Copyright © -2005 . All Rights Reserved.