org.mule.common.query.expression
Class IntegerValue

java.lang.Object
  extended by org.mule.common.query.expression.Value<Integer>
      extended by org.mule.common.query.expression.IntegerValue

public class IntegerValue
extends Value<Integer>

an integer value


Constructor Summary
IntegerValue(Integer value)
           
 
Method Summary
static IntegerValue 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

IntegerValue

public IntegerValue(Integer value)
Method Detail

fromLiteral

public static IntegerValue fromLiteral(String literal)


Copyright © 2014. All rights reserved.