org.usergrid.persistence.query.tree
Interface NumericLiteral

All Known Implementing Classes:
FloatLiteral, LongLiteral

public interface NumericLiteral

Author:
tnine

Method Summary
 float getFloatValue()
          Return the value of this numeric literal as a float
 

Method Detail

getFloatValue

float getFloatValue()
Return the value of this numeric literal as a float

Returns:


Copyright © 2013. All Rights Reserved.