org.exolab.jms.selector
Class Type

java.lang.Object
  extended by org.exolab.jms.selector.Type

public final class Type
extends java.lang.Object

This class provides an enumeration of the supported expression types.

Version:
$Revision: 1.1 $ $Date: 2004/11/26 01:50:45 $
Author:
Tim Anderson
See Also:
Expression, SBool, SNumber, SString

Field Summary
static Type BOOLEAN
          Booelan type
static Type NUMERIC
          Numeric type
static Type STRING
          String type
static Type UNDEFINED
          Undefined type
 
Method Summary
 java.lang.String toString()
          Returns a string representation of this
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STRING

public static final Type STRING
String type


NUMERIC

public static final Type NUMERIC
Numeric type


BOOLEAN

public static final Type BOOLEAN
Booelan type


UNDEFINED

public static final Type UNDEFINED
Undefined type

Method Detail

toString

public java.lang.String toString()
Returns a string representation of this

Overrides:
toString in class java.lang.Object
Returns:
a string representation of this


Copyright © 1999-2012 The OpenJMS Group. All Rights Reserved.