Class CompositeParam<A extends IQueryParameterType,B extends IQueryParameterType>

java.lang.Object
ca.uhn.fhir.rest.param.BaseParam
ca.uhn.fhir.rest.param.CompositeParam<A,B>
All Implemented Interfaces:
IQueryParameterType, Serializable

public class CompositeParam<A extends IQueryParameterType,B extends IQueryParameterType> extends BaseParam implements IQueryParameterType
See Also:
  • Constructor Details

  • Method Details

    • getLeftValue

      public A getLeftValue()
      Returns:
      Returns the left value for this parameter (the first of two parameters in this composite)
    • getRightValue

      public B getRightValue()
      Returns:
      Returns the right value for this parameter (the second of two parameters in this composite)
    • getValues

      Get the values of the subcomponents, in order.
    • toString

      public String toString()
      Overrides:
      toString in class Object