org.outerj.daisy.query.model
Class OutputValueType

java.lang.Object
  extended byorg.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.


Field Summary
static OutputValueType BOOLEAN
           
static OutputValueType DATE
           
static OutputValueType DATETIME
           
static OutputValueType DECIMAL
           
static OutputValueType DOUBLE
           
static OutputValueType LONG
           
static OutputValueType STRING
           
static OutputValueType VERSION_STATE
           
static OutputValueType XML
           
 
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

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
Method Detail

toString

public java.lang.String toString()


Copyright © -2005 . All Rights Reserved.