| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.tools.ant.types.EnumeratedAttributeorg.apache.tools.ant.taskdefs.optional.PropertyFile.Entry.Typepublic static class PropertyFile.Entry.Typeextends EnumeratedAttributeField Summary | |
static int |
|
static int |
|
static int |
|
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute | |
value | |
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute | |
containsValue, getIndex, getInstance, getValue, getValues, indexOfValue, setValue, toString | |
public static final int DATE_TYPE
date
- Field Value:
- 1
public static final int INTEGER_TYPE
int
- Field Value:
- 0
public static final int STRING_TYPE
string
- Field Value:
- 2
public static int toType(String type)
Convert string to index.
- Parameters:
type- the string to convert.
- Returns:
- the index.