
Uses of Enum
ca.uhn.fhir.context.ComboSearchParamType
Packages that use ComboSearchParamType
-
Uses of ComboSearchParamType in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return ComboSearchParamTypeModifier and TypeMethodDescriptionRuntimeSearchParam.getComboSearchParamType()
Returnsnull
if this is not a combo search param typestatic ComboSearchParamType
Returns the enum constant of this type with the specified name.static ComboSearchParamType[]
ComboSearchParamType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ca.uhn.fhir.context with parameters of type ComboSearchParamTypeModifierConstructorDescriptionRuntimeSearchParam
(IIdType theId, String theUri, String theName, String theDescription, String thePath, RestSearchParameterTypeEnum theParamType, Set<String> theProvidesMembershipInCompartments, Set<String> theTargets, RuntimeSearchParam.RuntimeSearchParamStatusEnum theStatus, ComboSearchParamType theComboSearchParamType, List<RuntimeSearchParam.Component> theComponents, Collection<String> theBase) Constructor