Class 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 int ALLSOURCES
      Constants for the enumerations
      static int ALLTARGETS
      Constants for the enumerations
      static int SOURCES
      Constants for the enumerations
      static int TARGETS
      Constants for the enumerations
      • Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute

        value
    • Constructor Summary

      Constructors 
      Constructor Description
      CollectionEnum()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getValues()
      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
    • Constructor Detail

      • CollectionEnum

        public CollectionEnum()
    • Method Detail

      • getValues

        public java.lang.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.