Uses of Class
adalid.core.enums.SearchType
-
Packages that use SearchType Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of SearchType in adalid.core
Methods in adalid.core that return SearchType Modifier and Type Method Description SearchTypeAbstractEntity. getSearchType() -
Uses of SearchType in adalid.core.annotations
Methods in adalid.core.annotations that return SearchType Modifier and Type Method Description SearchTypesearchType()searchType especifica el tipo de búsqueda y/o selección. -
Uses of SearchType in adalid.core.enums
Methods in adalid.core.enums that return SearchType Modifier and Type Method Description static SearchTypeSearchType. valueOf(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. -
Uses of SearchType in adalid.core.interfaces
Methods in adalid.core.interfaces that return SearchType Modifier and Type Method Description SearchTypeEntity. getSearchType()
-