Uses of Class
net.neurowork.mobile.android.fw.levels.impl.FormFieldType

Packages that use FormFieldType
net.neurowork.mobile.android.fw.levels.impl   
 

Uses of FormFieldType in net.neurowork.mobile.android.fw.levels.impl
 

Methods in net.neurowork.mobile.android.fw.levels.impl that return FormFieldType
static FormFieldType FormFieldType.fromText(java.lang.String text)
           
 FormFieldType FormDataItem.getType()
           
static FormFieldType FormFieldType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FormFieldType[] FormFieldType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.neurowork.mobile.android.fw.levels.impl with parameters of type FormFieldType
 void FormDataItem.setType(FormFieldType type)