public static class PropertyFile.Entry.Type extends EnumeratedAttribute
| Modifier and Type | Field and Description | 
|---|---|
| static int | DATE_TYPEdate | 
| static int | INTEGER_TYPEint | 
| static int | STRING_TYPEstring | 
value| Constructor and Description | 
|---|
| Type() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String[] | getValues()This is the only method a subclass needs to implement. | 
| static int | toType(java.lang.String type)Convert string to index. | 
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toStringpublic static final int INTEGER_TYPE
public static final int DATE_TYPE
public static final int STRING_TYPE
public java.lang.String[] getValues()
getValues in class EnumeratedAttributepublic static int toType(java.lang.String type)
type - the string to convert.