Package org.apache.tools.ant.taskdefs
Class Definer.Format
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.Definer.Format
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Enumerated valuesstatic final int
Enumerated valuesFields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
-
Field Details
-
PROPERTIES
public static final int PROPERTIESEnumerated values- See Also:
-
XML
public static final int XMLEnumerated values- See Also:
-
-
Constructor Details
-
Format
public Format()
-
-
Method Details
-
getValues
get the values- Specified by:
getValues
in classEnumeratedAttribute
- Returns:
- an array of the allowed values for this attribute.
-