Package org.apache.tools.ant.types
Class FlexInteger
java.lang.Object
org.apache.tools.ant.types.FlexInteger
Helper class which can be used for Ant task attribute setter methods to allow
 the build file to specify an integer in either decimal, octal, or hexadecimal
 format.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionFlexInteger(String value) Constructor used by Ant's introspection mechanism for attribute population
- 
Method Summary
- 
Constructor Details- 
FlexIntegerConstructor used by Ant's introspection mechanism for attribute population- Parameters:
- value- the value to decode
 
 
- 
- 
Method Details- 
intValuepublic int intValue()Returns the decimal integer value- Returns:
- the integer value
 
- 
toString
 
-