Enum Constant Summary 
Enum Constants 
 
 
 
Method Summary 
All Methods Static Methods Instance Methods Concrete Methods 
 
final boolean
 
final boolean
 
Returns the enum constant of this type with the specified name.
 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
 
 
 
Methods inherited from class java.lang.Enum  
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf  
 
 
 
 
 
Field Details 
STRING_TEXT 
public static final  String STRING_TEXT 
See Also: 
 
 
 
 
STRING_PASSWORD 
public static final  String STRING_PASSWORD 
See Also: 
 
 
 
 
STRING_CHECKBOX 
public static final  String STRING_CHECKBOX 
See Also: 
 
 
 
 
STRING_RADIO 
public static final  String STRING_RADIO 
See Also: 
 
 
 
 
STRING_RANGE 
public static final  String STRING_RANGE 
See Also: 
 
 
 
 
STRING_SUBMIT 
public static final  String STRING_SUBMIT 
See Also: 
 
 
 
 
STRING_RESET 
public static final  String STRING_RESET 
See Also: 
 
 
 
 
STRING_FILE 
public static final  String STRING_FILE 
See Also: 
 
 
 
 
STRING_HIDDEN 
public static final  String STRING_HIDDEN 
See Also: 
 
 
 
 
STRING_IMAGE 
public static final  String STRING_IMAGE 
See Also: 
 
 
 
 
 
STRING_COLOR 
public static final  String STRING_COLOR 
See Also: 
 
 
 
 
STRING_DATE 
public static final  String STRING_DATE 
See Also: 
 
 
 
 
STRING_DATETIME 
Deprecated. 
See Also: 
 
 
 
 
STRING_DATETIME_LOCAL 
public static final  String STRING_DATETIME_LOCAL 
See Also: 
 
 
 
 
STRING_EMAIL 
public static final  String STRING_EMAIL 
See Also: 
 
 
 
 
STRING_MONTH 
public static final  String STRING_MONTH 
See Also: 
 
 
 
 
STRING_NUMBER 
public static final  String STRING_NUMBER 
See Also: 
 
 
 
 
STRING_SEARCH 
public static final  String STRING_SEARCH 
See Also: 
 
 
 
 
STRING_TEL 
public static final  String STRING_TEL 
See Also: 
 
 
 
 
STRING_TIME 
public static final  String STRING_TIME 
See Also: 
 
 
 
 
STRING_URL 
public static final  String STRING_URL 
See Also: 
 
 
 
 
STRING_WEEK 
public static final  String STRING_WEEK 
See Also: 
 
 
 
 
 
 
 
Method Details 
values 
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns: 
an array containing the constants of this enum type, in the order they are declared 
 
 
 
valueOf 
Returns the enum constant of this type with the specified name.
The string must match exactly  an identifier used to declare an
enum constant in this type.  (Extraneous whitespace characters are 
not permitted.)
Parameters: 
name - the name of the enum constant to be returned.Returns: 
the enum constant with the specified name 
Throws: 
IllegalArgumentException NullPointerException  
 
 
 
supportsDate 
public final  boolean  supportsDate ()
 
 
supportsTime 
public final  boolean  supportsTime ()