Uses of Enum
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchRequest.RequestProcessingType
Packages that use BatchRequest.RequestProcessingType
-
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.RequestProcessingTypeBatchRequest.processingMethods 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 type with the specified name.static BatchRequest.RequestProcessingType[]BatchRequest.RequestProcessingType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type BatchRequest.RequestProcessingTypeModifier and TypeMethodDescriptionvoidBatchRequest.setProcessing(BatchRequest.RequestProcessingType value) Sets the value of the processing property.