org.apache.tools.ant.taskdefs

Class Definer.Format

Enclosing Class:
Definer

public static class Definer.Format
extends EnumeratedAttribute

Enumerated type for format attribute
See Also:
EnumeratedAttribute

Field Summary

static int
PROPERTIES
Enumerated values
static int
XML
Enumerated values

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

value

Method Summary

String[]
getValues()
get the values

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

containsValue, getIndex, getValue, getValues, indexOfValue, setValue, toString

Field Details

PROPERTIES

public static final int PROPERTIES
Enumerated values
Field Value:
0

XML

public static final int XML
Enumerated values
Field Value:
1

Method Details

getValues

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

Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.