Uses of Enum
org.hl7.fhir.dstu2.model.Enumerations.SearchParamType
Packages that use Enumerations.SearchParamType
-
Uses of Enumerations.SearchParamType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Enumerations.SearchParamTypeModifier and TypeFieldDescriptionprotected Enumeration<Enumerations.SearchParamType>Conformance.ConformanceRestResourceSearchParamComponent.typeThe type of value a search parameter refers to, and how the content is interpreted.protected Enumeration<Enumerations.SearchParamType>SearchParameter.typeThe type of value a search parameter refers to, and how the content is interpreted.Methods in org.hl7.fhir.dstu2.model that return Enumerations.SearchParamTypeModifier and TypeMethodDescriptionstatic Enumerations.SearchParamTypeConformance.ConformanceRestResourceSearchParamComponent.getType()SearchParameter.getType()static Enumerations.SearchParamTypeReturns the enum constant of this type with the specified name.static Enumerations.SearchParamType[]Enumerations.SearchParamType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Enumerations.SearchParamTypeModifier and TypeMethodDescriptionConformance.ConformanceRestResourceSearchParamComponent.getTypeElement()SearchParameter.getTypeElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Enumerations.SearchParamTypeModifier and TypeMethodDescriptionConformance.ConformanceRestResourceSearchParamComponent.setType(Enumerations.SearchParamType value)SearchParameter.setType(Enumerations.SearchParamType value)Enumerations.SearchParamTypeEnumFactory.toCode(Enumerations.SearchParamType code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Enumerations.SearchParamTypeModifier and TypeMethodDescriptionConformance.ConformanceRestResourceSearchParamComponent.setTypeElement(Enumeration<Enumerations.SearchParamType> value)SearchParameter.setTypeElement(Enumeration<Enumerations.SearchParamType> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Enumerations.SearchParamTypeModifierConstructorDescriptionConformanceRestResourceSearchParamComponent(StringType name, Enumeration<Enumerations.SearchParamType> type)SearchParameter(UriType url, StringType name, CodeType code, CodeType base, Enumeration<Enumerations.SearchParamType> type, StringType description)