lumis.util.query
Class QueryFieldTypes

Package class diagram package QueryFieldTypes
java.lang.Object
  extended by lumis.util.query.QueryFieldTypes

@StableMinor(version="5.5",
             sinceVersion="4.0")
public abstract class QueryFieldTypes
extends Object

Constants for query field data types.

Since:
4.0.2

Field Summary
static String BOOLEAN
           
static String DATE
           
static String DATE_TIME
           
static String DOUBLE
           
static String GUID
           
static String INTEGER
           
static String LONG
          Query field data type for long (big integer) values.
static String STRING
           
static String TEXT
           
static String TIME
           
 
Constructor Summary
QueryFieldTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STRING

public static final String STRING
See Also:
Constant Field Values

INTEGER

public static final String INTEGER
See Also:
Constant Field Values

DOUBLE

public static final String DOUBLE
See Also:
Constant Field Values

DATE

public static final String DATE
See Also:
Constant Field Values

TIME

public static final String TIME
See Also:
Constant Field Values

DATE_TIME

public static final String DATE_TIME
See Also:
Constant Field Values

GUID

public static final String GUID
See Also:
Constant Field Values

TEXT

public static final String TEXT
See Also:
Constant Field Values

BOOLEAN

public static final String BOOLEAN
See Also:
Constant Field Values

LONG

public static final String LONG
Query field data type for long (big integer) values.

Since:
4.0.0
See Also:
Long, Constant Field Values
Constructor Detail

QueryFieldTypes

public QueryFieldTypes()


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.