net.sf.antcontrib.logic

Class OutOfDate.CollectionEnum

Enclosing Class:
OutOfDate

public static class OutOfDate.CollectionEnum
extends EnumeratedAttribute

Enumerated type for collection attribute
See Also:
EnumeratedAttribute

Field Summary

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

Method Summary

String[]
getValues()
get the values

Field Details

ALLSOURCES

public static final int ALLSOURCES
Constants for the enumerations
Field Value:
2

ALLTARGETS

public static final int ALLTARGETS
Constants for the enumerations
Field Value:
3

SOURCES

public static final int SOURCES
Constants for the enumerations
Field Value:
0

TARGETS

public static final int TARGETS
Constants for the enumerations
Field Value:
1

Method Details

getValues

public String[] getValues()
get the values
Returns:
an array of the allowed values for this attribute.