net.sf.antcontrib.cpptasks.types
Class FlexLong
java.lang.Object
net.sf.antcontrib.cpptasks.types.FlexLong
public class FlexLong
extends java.lang.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
org.apache.tools.ant.types.FlexInteger
FlexLong(String value) - Constructor used by Ant's introspection mechanism for attribute
population
|
long | longValue() - Returns the decimal integer value
|
String | toString() - Overridden method to return the decimal value for display
|
FlexLong
public FlexLong(String value)
Constructor used by Ant's introspection mechanism for attribute
population
longValue
public long longValue()
Returns the decimal integer value
toString
public String toString()
Overridden method to return the decimal value for display
Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.