Uses of Class
com.alon.spring.crud.domain.service.SearchType
-
Packages that use SearchType Package Description com.alon.spring.crud.domain.service -
-
Uses of SearchType in com.alon.spring.crud.domain.service
Methods in com.alon.spring.crud.domain.service that return SearchType Modifier and Type Method Description static SearchTypeSearchType. getByOptionString(java.lang.String option)SearchTypeSearchCriteria. getSearchOption()static SearchTypeSearchType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SearchType[]SearchType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-