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
 
 
- 
- Enclosing class:
- Definer
 
 public static class Definer.Format extends EnumeratedAttribute Enumerated type for format attribute- See Also:
- EnumeratedAttribute
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intPROPERTIESEnumerated valuesstatic intXMLEnumerated values- 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttributevalue
 
- 
 - 
Constructor SummaryConstructors Constructor Description Format()
 - 
Method SummaryModifier and Type Method Description java.lang.String[]getValues()get the values- 
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttributecontainsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
 
- 
 
- 
- 
- 
Field Detail- 
PROPERTIESpublic static final int PROPERTIES Enumerated values- See Also:
- Constant Field Values
 
 - 
XMLpublic static final int XML Enumerated values- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getValuespublic java.lang.String[] getValues() get the values- Specified by:
- getValuesin class- EnumeratedAttribute
- Returns:
- an array of the allowed values for this attribute.
 
 
- 
 
-