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