
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.SearchParamTypeEnum
Packages that use SearchParamTypeEnum
-
Uses of SearchParamTypeEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type SearchParamTypeEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt<SearchParamTypeEnum>
Conformance.RestResourceSearchParam.getTypeElement()
Gets the value(s) for type ().ca.uhn.fhir.model.primitive.BoundCodeDt<SearchParamTypeEnum>
SearchParameter.getTypeElement()
Gets the value(s) for type ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type SearchParamTypeEnumModifier and TypeMethodDescriptionConformance.RestResourceSearchParam.setType
(SearchParamTypeEnum theValue) Sets the value(s) for type ()SearchParameter.setType
(SearchParamTypeEnum theValue) Sets the value(s) for type ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type SearchParamTypeEnumModifier and TypeMethodDescriptionConformance.RestResourceSearchParam.setType
(ca.uhn.fhir.model.primitive.BoundCodeDt<SearchParamTypeEnum> theValue) Sets the value(s) for type ()SearchParameter.setType
(ca.uhn.fhir.model.primitive.BoundCodeDt<SearchParamTypeEnum> theValue) Sets the value(s) for type () -
Uses of SearchParamTypeEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type SearchParamTypeEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder<SearchParamTypeEnum>
SearchParamTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return SearchParamTypeEnumModifier and TypeMethodDescriptionstatic SearchParamTypeEnum
Returns the enumerated value associated with this codestatic SearchParamTypeEnum
Returns the enum constant of this type with the specified name.static SearchParamTypeEnum[]
SearchParamTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.