Uses of Enum
ca.uhn.fhir.rest.api.RestSearchParameterTypeEnum
Packages that use RestSearchParameterTypeEnum
-
Uses of RestSearchParameterTypeEnum in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return RestSearchParameterTypeEnumConstructors in ca.uhn.fhir.context with parameters of type RestSearchParameterTypeEnumModifierConstructorDescriptionRuntimeSearchParam(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)ConstructorRuntimeSearchParam(IIdType theId, String theUri, String theName, String theDescription, String thePath, RestSearchParameterTypeEnum theParamType, Set<String> theProvidesMembershipInCompartments, Set<String> theTargets, RuntimeSearchParam.RuntimeSearchParamStatusEnum theStatus, Collection<String> theBase)Constructor -
Uses of RestSearchParameterTypeEnum in ca.uhn.fhir.rest.api
Fields in ca.uhn.fhir.rest.api with type parameters of type RestSearchParameterTypeEnumModifier and TypeFieldDescriptionRestSearchParameterTypeEnum.VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.rest.api that return RestSearchParameterTypeEnumModifier and TypeMethodDescriptionstatic RestSearchParameterTypeEnumReturns the enumerated value associated with this codestatic RestSearchParameterTypeEnumReturns the enum constant of this type with the specified name.static RestSearchParameterTypeEnum[]RestSearchParameterTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.