org.apache.tools.ant.taskdefs.optional

Class PropertyFile.Entry.Type

public static class PropertyFile.Entry.Type extends EnumeratedAttribute

Enumerated attribute with the values "int", "date" and "string".
Field Summary
static intDATE_TYPE
static intINTEGER_TYPE
static intSTRING_TYPE
Method Summary
String[]getValues()
static inttoType(String type)

Field Detail

DATE_TYPE

public static final int DATE_TYPE

INTEGER_TYPE

public static final int INTEGER_TYPE

STRING_TYPE

public static final int STRING_TYPE

Method Detail

getValues

public String[] getValues()

toType

public static int toType(String type)
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.