org.apache.expreval.expr.literal
Class FloatLiteral

java.lang.Object
  extended by org.apache.expreval.expr.literal.GenericLiteral<Float>
      extended by org.apache.expreval.expr.literal.FloatLiteral
All Implemented Interfaces:
Serializable, FloatValue, GenericValue, NumberValue

public class FloatLiteral
extends GenericLiteral<Float>
implements FloatValue

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.expreval.expr.node.GenericValue
serialVersionUID
 
Constructor Summary
FloatLiteral(Float value)
           
FloatLiteral(String value)
           
 
Method Summary
protected  Class<? extends GenericValue> getReturnType()
           
 
Methods inherited from class org.apache.expreval.expr.literal.GenericLiteral
applyResultToAggregateValue, asString, getFilter, getOptimizedValue, getValue, hasAColumnReference, initAggregateValue, isAColumnReference, isAConstant, isAnAggregateValue, isDefaultKeyword, reset, setExpressionContext, validateTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.expreval.expr.node.FloatValue
getValue
 
Methods inherited from interface org.apache.expreval.expr.node.GenericValue
applyResultToAggregateValue, asString, getFilter, getOptimizedValue, hasAColumnReference, initAggregateValue, isAColumnReference, isAConstant, isAnAggregateValue, isDefaultKeyword, reset, setExpressionContext, validateTypes
 

Constructor Detail

FloatLiteral

public FloatLiteral(String value)

FloatLiteral

public FloatLiteral(Float value)
Method Detail

getReturnType

protected Class<? extends GenericValue> getReturnType()
Specified by:
getReturnType in class GenericLiteral<Float>


Copyright © 2011. All Rights Reserved.