Uses of Class
org.openforis.collect.web.controller.SurveyController.SurveyCloneParameters.SurveyType
-
Packages that use SurveyController.SurveyCloneParameters.SurveyType Package Description org.openforis.collect.web.controller -
-
Uses of SurveyController.SurveyCloneParameters.SurveyType in org.openforis.collect.web.controller
Methods in org.openforis.collect.web.controller that return SurveyController.SurveyCloneParameters.SurveyType Modifier and Type Method Description SurveyController.SurveyCloneParameters.SurveyTypeSurveyController.SurveyCloneParameters. getOriginalSurveyType()SurveyController.SurveyCloneParameters.SurveyTypeSurveyController.SurveyExportParameters. getSurveyType()static SurveyController.SurveyCloneParameters.SurveyTypeSurveyController.SurveyCloneParameters.SurveyType. valueOf(String name)Returns the enum constant of this type with the specified name.static SurveyController.SurveyCloneParameters.SurveyType[]SurveyController.SurveyCloneParameters.SurveyType. 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.SurveyCloneParameters.SurveyType Modifier and Type Method Description voidSurveyController.SurveyCloneJob. setOriginalSurveyType(SurveyController.SurveyCloneParameters.SurveyType originalSurveyType)voidSurveyController.SurveyCloneParameters. setOriginalSurveyType(SurveyController.SurveyCloneParameters.SurveyType originalSurveyType)voidSurveyController.SurveyExportParameters. setSurveyType(SurveyController.SurveyCloneParameters.SurveyType surveyType)
-