Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchRequest.RequestProcessingType
-
Packages that use BatchRequest.RequestProcessingType Package Description org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
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.RequestProcessingType Modifier and Type Field Description protected BatchRequest.RequestProcessingTypeBatchRequest. processingMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return BatchRequest.RequestProcessingType Modifier and Type Method Description static BatchRequest.RequestProcessingTypeBatchRequest.RequestProcessingType. fromValue(String v)BatchRequest.RequestProcessingTypeBatchRequest. getProcessing()Gets the value of the processing property.static BatchRequest.RequestProcessingTypeBatchRequest.RequestProcessingType. valueOf(String name)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.RequestProcessingType Modifier and Type Method Description voidBatchRequest. setProcessing(BatchRequest.RequestProcessingType value)Sets the value of the processing property.
-