Class FlexLong

java.lang.Object
net.sf.antcontrib.cpptasks.types.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
See Also:
  • FlexInteger
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private Long
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor used by Ant's introspection mechanism for attribute population
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the decimal integer value
    Overridden method to return the decimal value for display

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • value

      private Long value
  • Constructor Details

    • FlexLong

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

    • longValue

      public long longValue()
      Returns the decimal integer value
    • toString

      public String toString()
      Overridden method to return the decimal value for display
      Overrides:
      toString in class Object