|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.selector.Type
public final class Type
This class provides an enumeration of the supported expression types.
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 |
---|
public static final Type STRING
public static final Type NUMERIC
public static final Type BOOLEAN
public static final Type UNDEFINED
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |