org.mule.common.query.expression
Class BooleanValue

java.lang.Object
  extended by org.mule.common.query.expression.Value<Boolean>
      extended by org.mule.common.query.expression.BooleanValue

public class BooleanValue
extends Value<Boolean>


Constructor Summary
BooleanValue(Boolean value)
           
 
Method Summary
static BooleanValue fromLiteral(String literal)
           
 
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

BooleanValue

public BooleanValue(Boolean value)
Method Detail

fromLiteral

public static BooleanValue fromLiteral(String literal)


Copyright © 2014. All rights reserved.