org.apache.expreval.expr.literal
Class ByteLiteral

java.lang.Object
  extended by org.apache.expreval.expr.literal.GenericLiteral<Byte>
      extended by org.apache.expreval.expr.literal.ByteLiteral
All Implemented Interfaces:
Serializable, ByteValue, GenericValue, NumberValue

public class ByteLiteral
extends GenericLiteral<Byte>
implements ByteValue

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.expreval.expr.node.GenericValue
serialVersionUID
 
Constructor Summary
ByteLiteral(Byte 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.ByteValue
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

ByteLiteral

public ByteLiteral(Byte value)
Method Detail

getReturnType

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


Copyright © 2011. All Rights Reserved.