Package com.ibm.fhir.search.parameters
Class SortParameter
- java.lang.Object
-
- com.ibm.fhir.search.parameters.SortParameter
-
-
Constructor Summary
Constructors Constructor Description SortParameter(String paramCode, SearchConstants.Type parmType, Sort.Direction sortDirection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
Sort.Direction
getDirection()
SearchConstants.Type
getType()
String
toString()
-
-
-
Constructor Detail
-
SortParameter
public SortParameter(String paramCode, SearchConstants.Type parmType, Sort.Direction sortDirection)
-
-
Method Detail
-
getCode
public String getCode()
-
getType
public SearchConstants.Type getType()
-
getDirection
public Sort.Direction getDirection()
-
-