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
- Author:
- peter reilly
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstants for the enumerationsstatic final intConstants for the enumerationsstatic final intConstants for the enumerationsstatic final intConstants for the enumerationsFields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
-
Field Details
-
SOURCES
public static final int SOURCESConstants for the enumerations- See Also:
-
TARGETS
public static final int TARGETSConstants for the enumerations- See Also:
-
ALLSOURCES
public static final int ALLSOURCESConstants for the enumerations- See Also:
-
ALLTARGETS
public static final int ALLTARGETSConstants for the enumerations- See Also:
-
-
Constructor Details
-
CollectionEnum
public CollectionEnum()
-
-
Method Details
-
getValues
get the values- Specified by:
getValuesin classorg.apache.tools.ant.types.EnumeratedAttribute- Returns:
- an array of the allowed values for this attribute.
-