Class Definer.Format
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.Definer.Format
- Enclosing class:
Definer
Enumerated type for format attribute
- Since:
- Ant 1.4
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intEnumerated valuesstatic final intEnumerated valuesFields inherited from class EnumeratedAttribute
value -
Constructor Summary
Constructors -
Method Summary
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.
-
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:
getValuesin classEnumeratedAttribute- Returns:
- an array of the allowed values for this attribute.
-