Uses of Enum Class
samplest.models.SearchCriteria.SearchType
Packages that use SearchCriteria.SearchType
-
Uses of SearchCriteria.SearchType in samplest.models
Methods in samplest.models that return SearchCriteria.SearchTypeModifier and TypeMethodDescriptionSearchCriteria.getMultipleV9()SearchCriteria.getV6()static SearchCriteria.SearchTypeReturns the enum constant of this class with the specified name.static SearchCriteria.SearchType[]SearchCriteria.SearchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in samplest.models that return types with arguments of type SearchCriteria.SearchTypeMethods in samplest.models with parameters of type SearchCriteria.SearchTypeModifier and TypeMethodDescriptionvoidSearchCriteria.setMultipleV9(SearchCriteria.SearchType[] multipleV9) voidSearchCriteria.setV6(SearchCriteria.SearchType v6) Method parameters in samplest.models with type arguments of type SearchCriteria.SearchTypeModifier and TypeMethodDescriptionvoidSearchCriteria.setMultipleV10(List<SearchCriteria.SearchType> multipleV10)