public class FlexLong
extends Object
Helper class which can be used for Ant task attribute setter methods to
allow the build file to specify a long in either decimal, octal, or
hexadecimal format.
// FlexInteger author
Author:
Erik Hatcher
See Also:
Constructor Summary
Constructors
Constructor used by Ant's introspection mechanism for attribute
population
Method Summary
All Methods Instance Methods Concrete Methods
long
Returns the decimal integer value
Overridden method to return the decimal value for display
Constructor Details
FlexLong
Constructor used by Ant's introspection mechanism for attribute
population
Method Details
longValue
public long longValue ()
Returns the decimal integer value
toString
Overridden method to return the decimal value for display
Overrides:
toString
in class Object