org.apache.tools.ant.taskdefs.optional
public static class PropertyFile.Entry.Type extends EnumeratedAttribute
| Field Summary | |
|---|---|
| static int | DATE_TYPE date |
| static int | INTEGER_TYPE int |
| static int | STRING_TYPE string |
| Method Summary | |
|---|---|
| String[] | getValues() |
| static int | toType(String type)
Convert string to index. |
Parameters: type the string to convert.
Returns: the index.