Uses of Enum Class
dev.dsf.fhir.search.SearchQuerySortParameter.SortDirection
Packages that use SearchQuerySortParameter.SortDirection
-
Uses of SearchQuerySortParameter.SortDirection in dev.dsf.fhir.search
Methods in dev.dsf.fhir.search that return SearchQuerySortParameter.SortDirectionModifier and TypeMethodDescriptionSearchQuerySortParameter.SortDirection.fromString(String sortParameter) SearchQuerySortParameter.getDirection()Returns the enum constant of this class with the specified name.SearchQuerySortParameter.SortDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.dsf.fhir.search with parameters of type SearchQuerySortParameter.SortDirectionModifierConstructorDescriptionSearchQuerySortParameter(String sql, String parameterName, SearchQuerySortParameter.SortDirection direction)