org.mule.common.query.expression
Class UnknownValue

java.lang.Object
  extended by org.mule.common.query.expression.Value<String>
      extended by org.mule.common.query.expression.UnknownValue

public class UnknownValue
extends Value<String>


Constructor Summary
protected UnknownValue(String value)
           
 
Method Summary
static UnknownValue fromLiteral(String value)
           
 
Methods inherited from class org.mule.common.query.expression.Value
getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownValue

protected UnknownValue(String value)
Method Detail

fromLiteral

public static UnknownValue fromLiteral(String value)


Copyright © 2014. All rights reserved.