Package net.sf.antcontrib.logic
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 int
ALLSOURCES
Constants for the enumerationsstatic int
ALLTARGETS
Constants for the enumerationsstatic int
SOURCES
Constants for the enumerationsstatic int
TARGETS
Constants for the enumerations
-
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
-
-
-
Field Detail
-
SOURCES
public static final int SOURCES
Constants for the enumerations- See Also:
- Constant Field Values
-
TARGETS
public static final int TARGETS
Constants for the enumerations- See Also:
- Constant Field Values
-
ALLSOURCES
public static final int ALLSOURCES
Constants for the enumerations- See Also:
- Constant Field Values
-
ALLTARGETS
public static final int ALLTARGETS
Constants for the enumerations- See Also:
- Constant Field Values
-
-