net.sf.dropboxmq.messageselector
Class ConstantExpression
java.lang.Object
net.sf.dropboxmq.messageselector.Expression
net.sf.dropboxmq.messageselector.ConstantExpression
public class ConstantExpression
- extends Expression
Created: 06 Oct 2007
- Version:
- $Revision: 211 $, $Date: 2010-11-14 14:21:24 -0700 (Sun, 14 Nov 2010) $
- Author:
- Dwayne Schultz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantExpression
public ConstantExpression(Object value)
parseInteger
public static ConstantExpression parseInteger(String intString)
throws ParseException
- Throws:
ParseException
fixQuotedString
public static String fixQuotedString(String in)
getValue
public Object getValue(Message message)
- Specified by:
getValue
in class Expression
getValueClass
public Class getValueClass()
- Specified by:
getValueClass
in class Expression
toString
public String toString(String prefix,
String indent)
- Specified by:
toString
in class Expression