Uses of Interface
ca.uhn.fhir.model.api.IValueSetEnumBinder
-
Packages that use IValueSetEnumBinder Package Description ca.uhn.fhir.context ca.uhn.fhir.model.primitive ca.uhn.fhir.model.valueset ca.uhn.fhir.rest.api -
-
Uses of IValueSetEnumBinder in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return IValueSetEnumBinder Modifier and Type Method Description IValueSetEnumBinder<Enum<?>>RuntimeChildCompositeBoundDatatypeDefinition. getInstanceConstructorArguments()Constructors in ca.uhn.fhir.context with parameters of type IValueSetEnumBinder Constructor Description RuntimeChildCompositeBoundDatatypeDefinition(Field theField, String theElementName, Child theChildAnnotation, Description theDescriptionAnnotation, Class<? extends IBase> theDatatype, IValueSetEnumBinder<Enum<?>> theBinder, Class<? extends Enum<?>> theEnumType) -
Uses of IValueSetEnumBinder in ca.uhn.fhir.model.primitive
Methods in ca.uhn.fhir.model.primitive that return IValueSetEnumBinder Modifier and Type Method Description IValueSetEnumBinder<T>BoundCodeDt. getBinder()Constructors in ca.uhn.fhir.model.primitive with parameters of type IValueSetEnumBinder Constructor Description BoundCodeDt(IValueSetEnumBinder<T> theBinder)BoundCodeDt(IValueSetEnumBinder<T> theBinder, T theValue) -
Uses of IValueSetEnumBinder in ca.uhn.fhir.model.valueset
Fields in ca.uhn.fhir.model.valueset declared as IValueSetEnumBinder Modifier and Type Field Description static IValueSetEnumBinder<BundleEntrySearchModeEnum>BundleEntrySearchModeEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesstatic IValueSetEnumBinder<BundleEntryTransactionMethodEnum>BundleEntryTransactionMethodEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesstatic IValueSetEnumBinder<BundleTypeEnum>BundleTypeEnum. VALUESET_BINDERConverts codes to their respective enumerated values -
Uses of IValueSetEnumBinder in ca.uhn.fhir.rest.api
Fields in ca.uhn.fhir.rest.api declared as IValueSetEnumBinder Modifier and Type Field Description static IValueSetEnumBinder<RestSearchParameterTypeEnum>RestSearchParameterTypeEnum. VALUESET_BINDERConverts codes to their respective enumerated values
-