org.apache.tools.ant.types
public class FlexInteger extends Object
See Also: java.lang.Integer#decode(String)
Constructor Summary | |
---|---|
FlexInteger(String value)
Constructor used by Ant's introspection mechanism for attribute population |
Method Summary | |
---|---|
int | intValue()
Returns the decimal integer value |
String | toString()
Overridden method to return the decimal value for display |