Uses of Class
org.exolab.jms.selector.Type

Uses of Type in org.exolab.jms.selector
 

Fields in org.exolab.jms.selector declared as Type
static Type Type.STRING
          String type
static Type Type.NUMERIC
          Numeric type
static Type Type.BOOLEAN
          Booelan type
static Type Type.UNDEFINED
          Undefined type
 

Uses of Type in org.exolab.jms.selector.parser
 

Methods in org.exolab.jms.selector.parser that return Type
 Type SelectorAST.getReturnType()
          Returns the return type of the expression
 

Methods in org.exolab.jms.selector.parser with parameters of type Type
 void SelectorAST.setReturnType(Type type)
          Sets the return type of the expression
 



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