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 Summary
Fields inherited from class EnumeratedAttribute
value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Checksum.FormatElementGet the default value - CHECKSUM.Convert this enumerated type to aMessageFormat.String[]Get the valid values.Methods inherited from class EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toStringModifier and TypeMethodDescriptionfinal booleancontainsValue(String value) Is this value included in the enumeration?final intgetIndex()static EnumeratedAttributegetInstance(Class<? extends EnumeratedAttribute> clazz, String value) Factory method for instantiating EAs via API in a more developer friendly way.final StringgetValue()final intindexOfValue(String value) get the index of a value in this enumeration.voidInvoked byIntrospectionHelper.toString()Convert the value to its string form.
-
Constructor Details
-
FormatElement
public FormatElement()
-
-
Method Details
-
getDefault
Get the default value - CHECKSUM.- Returns:
- the defaul value.
-
getFormat
Convert this enumerated type to aMessageFormat.- Returns:
- a
MessageFormatobject.
-
getValues
Get the valid values.- Specified by:
getValuesin classEnumeratedAttribute- Returns:
- an array of values.
-