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 StringgetCode()Sort.DirectiongetDirection()SearchConstants.TypegetType()StringtoString() 
 - 
 
- 
- 
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()
 
 - 
 
 -