net.sf.antcontrib.cpptasks.types

Class FlexLong

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: org.apache.tools.ant.types.FlexInteger

Constructor Summary
FlexLong(String value)
Constructor used by Ant's introspection mechanism for attribute population
Method Summary
longlongValue()
Returns the decimal integer value
StringtoString()
Overridden method to return the decimal value for display

Constructor Detail

FlexLong

public FlexLong(String value)
Constructor used by Ant's introspection mechanism for attribute population

Method Detail

longValue

public long longValue()
Returns the decimal integer value

toString

public String toString()
Overridden method to return the decimal value for display
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.