ar.com.fdvs.dj.domain.chart
Class NumberExpression

java.lang.Object
  extended by ar.com.fdvs.dj.domain.chart.NumberExpression
All Implemented Interfaces:
CustomExpression, Serializable

public class NumberExpression
extends Object
implements CustomExpression, Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface ar.com.fdvs.dj.domain.CustomExpression
EVAL_METHOD_NAME
 
Constructor Summary
NumberExpression(Number value)
           
 
Method Summary
 Object evaluate(Map fields, Map variables, Map parameters)
           
 String getClassName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberExpression

public NumberExpression(Number value)
Method Detail

evaluate

public Object evaluate(Map fields,
                       Map variables,
                       Map parameters)
Specified by:
evaluate in interface CustomExpression

getClassName

public String getClassName()
Specified by:
getClassName in interface CustomExpression


Copyright © 2006-2012 FDV Solutions. All Rights Reserved.