Uses of Class
usecase.post.PostSearchForm.SortCriteria
-
Packages that use PostSearchForm.SortCriteria Package Description usecase.post Package contenente la logica relativa ai post -
-
Uses of PostSearchForm.SortCriteria in usecase.post
Methods in usecase.post that return PostSearchForm.SortCriteria Modifier and Type Method Description static PostSearchForm.SortCriteria
PostSearchForm.SortCriteria. valueOf(String name)
Returns the enum constant of this type with the specified name.static PostSearchForm.SortCriteria[]
PostSearchForm.SortCriteria. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-