Uses of Interface
ca.uhn.fhir.model.api.IValueSetEnumBinder
Package
Description
-
Uses of IValueSetEnumBinder in ca.uhn.fhir.context
Modifier and TypeMethodDescriptionRuntimeChildCompositeBoundDatatypeDefinition.getInstanceConstructorArguments()
ModifierConstructorDescriptionRuntimeChildCompositeBoundDatatypeDefinition
(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
ModifierConstructorDescriptionBoundCodeDt
(IValueSetEnumBinder<T> theBinder) BoundCodeDt
(IValueSetEnumBinder<T> theBinder, T theValue) -
Uses of IValueSetEnumBinder in ca.uhn.fhir.model.valueset
Modifier and TypeFieldDescriptionstatic final IValueSetEnumBinder
<BundleEntrySearchModeEnum> BundleEntrySearchModeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesstatic final IValueSetEnumBinder
<BundleEntryTransactionMethodEnum> BundleEntryTransactionMethodEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesstatic final IValueSetEnumBinder
<BundleTypeEnum> BundleTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated values -
Uses of IValueSetEnumBinder in ca.uhn.fhir.rest.api
Modifier and TypeFieldDescriptionstatic final IValueSetEnumBinder
<RestSearchParameterTypeEnum> RestSearchParameterTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated values