Uses of Class
com.ibm.fhir.search.sort.Sort.Direction
-
Packages that use Sort.Direction Package Description com.ibm.fhir.search.parameters com.ibm.fhir.search.sort -
-
Uses of Sort.Direction in com.ibm.fhir.search.parameters
Methods in com.ibm.fhir.search.parameters that return Sort.Direction Modifier and Type Method Description Sort.Direction
SortParameter. getDirection()
Constructors in com.ibm.fhir.search.parameters with parameters of type Sort.Direction Constructor Description SortParameter(String paramCode, SearchConstants.Type parmType, Sort.Direction sortDirection)
-
Uses of Sort.Direction in com.ibm.fhir.search.sort
Methods in com.ibm.fhir.search.sort that return Sort.Direction Modifier and Type Method Description static Sort.Direction
Sort.Direction. fromValue(String value)
from value is converted to a sort direction based on the use of '-' else it's assumed to be the default increasing.static Sort.Direction
Sort.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static Sort.Direction[]
Sort.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-