Uses of Enum
ca.uhn.fhir.jpa.bulk.imprt.model.JobFileRowProcessingModeEnum
Packages that use JobFileRowProcessingModeEnum
-
Uses of JobFileRowProcessingModeEnum in ca.uhn.fhir.jpa.bulk.imprt.model
Methods in ca.uhn.fhir.jpa.bulk.imprt.model that return JobFileRowProcessingModeEnumModifier and TypeMethodDescriptionBulkImportJobJson.getProcessingMode()static JobFileRowProcessingModeEnumReturns the enum constant of this type with the specified name.static JobFileRowProcessingModeEnum[]JobFileRowProcessingModeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.jpa.bulk.imprt.model with parameters of type JobFileRowProcessingModeEnumModifier and TypeMethodDescriptionBulkImportJobJson.setProcessingMode(JobFileRowProcessingModeEnum theProcessingMode)