Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.SearchParamTypeEnum
-
Uses of SearchParamTypeEnum in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ().Modifier and TypeMethodDescriptionConformance.RestResourceSearchParam.setType
(SearchParamTypeEnum theValue) Sets the value(s) for type ()SearchParameter.setType
(SearchParamTypeEnum theValue) Sets the value(s) for type ()Modifier 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
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<SearchParamTypeEnum> SearchParamTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier 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.