public class FlexInteger
extends java.lang.Object
Integer.decode(String)
Constructor | Description |
---|---|
FlexInteger(java.lang.String value) |
Constructor used by Ant's introspection mechanism for attribute population
|
Modifier and Type | Method | Description |
---|---|---|
int |
intValue() |
Returns the decimal integer value
|
java.lang.String |
toString() |
Overridden method to return the decimal value for display
|