Class OutOfDate.CollectionEnum

java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
net.sf.antcontrib.logic.OutOfDate.CollectionEnum
Enclosing class:
OutOfDate

public static class OutOfDate.CollectionEnum extends org.apache.tools.ant.types.EnumeratedAttribute
Enumerated type for collection attribute
See Also:
  • EnumeratedAttribute
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constants for the enumerations
    static final int
    Constants for the enumerations
    static final int
    Constants for the enumerations
    static final int
    Constants for the enumerations

    Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute

    value
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get the values

    Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute

    containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString

    Methods inherited from class java.lang.Object

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

    • SOURCES

      public static final int SOURCES
      Constants for the enumerations
      See Also:
    • TARGETS

      public static final int TARGETS
      Constants for the enumerations
      See Also:
    • ALLSOURCES

      public static final int ALLSOURCES
      Constants for the enumerations
      See Also:
    • ALLTARGETS

      public static final int ALLTARGETS
      Constants for the enumerations
      See Also:
  • Constructor Details

    • CollectionEnum

      public CollectionEnum()
  • Method Details

    • getValues

      public String[] getValues()
      get the values
      Specified by:
      getValues in class org.apache.tools.ant.types.EnumeratedAttribute
      Returns:
      an array of the allowed values for this attribute.