Uses of Enum Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchRequest.RequestProcessingType
Packages that use BatchRequest.RequestProcessingType
Package
Description
-
Uses of BatchRequest.RequestProcessingType in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as BatchRequest.RequestProcessingTypeModifier and TypeFieldDescriptionprotected BatchRequest.RequestProcessingType
BatchRequest.processing
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return BatchRequest.RequestProcessingTypeModifier and TypeMethodDescriptionBatchRequest.getProcessing()
Gets the value of the processing property.Returns the enum constant of this class with the specified name.static BatchRequest.RequestProcessingType[]
BatchRequest.RequestProcessingType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type BatchRequest.RequestProcessingTypeModifier and TypeMethodDescriptionvoid
BatchRequest.setProcessing
(BatchRequest.RequestProcessingType value) Sets the value of the processing property. -
Uses of BatchRequest.RequestProcessingType in org.openehealth.ipf.commons.ihe.hpd.stub.json
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.json that return BatchRequest.RequestProcessingTypeMethods in org.openehealth.ipf.commons.ihe.hpd.stub.json with parameters of type BatchRequest.RequestProcessingTypeModifier and TypeMethodDescriptionvoid
SearchBatchRequestIntermediary.setProcessing
(BatchRequest.RequestProcessingType value)