Uses of Class
org.openforis.collect.web.controller.SurveyController.SurveyCreationParameters.TemplateType
-
Packages that use SurveyController.SurveyCreationParameters.TemplateType Package Description org.openforis.collect.web.controller -
-
Uses of SurveyController.SurveyCreationParameters.TemplateType in org.openforis.collect.web.controller
Methods in org.openforis.collect.web.controller that return SurveyController.SurveyCreationParameters.TemplateType Modifier and Type Method Description SurveyController.SurveyCreationParameters.TemplateTypeSurveyController.SurveyCreationParameters. getTemplateType()static SurveyController.SurveyCreationParameters.TemplateTypeSurveyController.SurveyCreationParameters.TemplateType. valueOf(String name)Returns the enum constant of this type with the specified name.static SurveyController.SurveyCreationParameters.TemplateType[]SurveyController.SurveyCreationParameters.TemplateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openforis.collect.web.controller with parameters of type SurveyController.SurveyCreationParameters.TemplateType Modifier and Type Method Description voidSurveyController.SurveyCreationParameters. setTemplateType(SurveyController.SurveyCreationParameters.TemplateType templateType)
-