Package org.apache.tools.ant.taskdefs
Class Checksum.FormatElement
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.Checksum.FormatElement
- Enclosing class:
- Checksum
Helper class for the format attribute.
- Since:
- 1.7
- 
Field SummaryFields inherited from class org.apache.tools.ant.types.EnumeratedAttributevalue
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Checksum.FormatElementGet the default value - CHECKSUM.Convert this enumerated type to aMessageFormat.String[]Get the valid values.Methods inherited from class org.apache.tools.ant.types.EnumeratedAttributecontainsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
- 
Constructor Details- 
FormatElementpublic FormatElement()
 
- 
- 
Method Details- 
getDefaultGet the default value - CHECKSUM.- Returns:
- the defaul value.
 
- 
getFormatConvert this enumerated type to aMessageFormat.- Returns:
- a MessageFormatobject.
 
- 
getValuesGet the valid values.- Specified by:
- getValuesin class- EnumeratedAttribute
- Returns:
- an array of values.
 
 
-