org.exolab.jms.selector
Class Type
java.lang.Object
|
+--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.3 $ $Date: 2003/08/09 15:49:50 $
- Author:
- Tim Anderson
- See Also:
Expression
,
SBool
,
SNumber
,
SString
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 |
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
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-2004 The OpenJMS Group. All Rights Reserved.