org.mule.common.query.expression
Class Value<T>

java.lang.Object
  extended by org.mule.common.query.expression.Value<T>
Direct Known Subclasses:
BooleanValue, DateTimeValue, DateValue, IdentifierValue, IntegerValue, MuleExpressionValue, NullValue, NumberValue, StringValue, UnknownValue

public abstract class Value<T>
extends Object

This represent a value for a query field comparation


Constructor Summary
protected Value(T value)
           
 
Method Summary
 T getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Value

protected Value(T value)
Method Detail

getValue

public T getValue()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.