org.apache.tools.ant.taskdefsClass Definer.Format
- java.lang.Object
- org.apache.tools.ant.types.EnumeratedAttribute
- org.apache.tools.ant.taskdefs.Definer.Format
- Enclosing class:
- Definer
public static class Definer.Format extends EnumeratedAttributeEnumerated type for format attribute
- See Also:
EnumeratedAttribute
Field Summary
Fields Modifier and Type Field and Description static int
PROPERTIES
Enumerated valuesstatic int
XML
Enumerated values
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
Constructor Summary
Constructors Constructor and Description Format()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String[]
getValues()
get the values
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
Field Detail
PROPERTIES
public static final int PROPERTIESEnumerated values
- See Also:
- Constant Field Values
XML
public static final int XMLEnumerated values
- See Also:
- Constant Field Values
Method Detail
getValues
public java.lang.String[] getValues()get the values
- Specified by:
getValues
in classEnumeratedAttribute
- Returns:
- an array of the allowed values for this attribute.