net.sf.antcontrib.math
public class Numeric extends Object implements Evaluateable
Method Summary | |
---|---|
Number | evaluate() |
String | getDatatype() |
void | setDatatype(String p)
Sets the datatype of this number. |
void | setValue(String value)
Set the value for this number. |
String | toString() |
Returns: the value for this number as a Number. Cast as appropriate to Integer, Long, Float, or Double.
Returns: the datatype as one of the defined types.
Parameters: value the value for this number