Enum BatchRequest.RequestProcessingType

java.lang.Object
java.lang.Enum<BatchRequest.RequestProcessingType>
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchRequest.RequestProcessingType
All Implemented Interfaces:
Serializable, Comparable<BatchRequest.RequestProcessingType>, java.lang.constant.Constable
Enclosing class:
BatchRequest

public static enum BatchRequest.RequestProcessingType extends Enum<BatchRequest.RequestProcessingType>

Java class for null.

The following schema fragment specifies the expected content contained within this class.

 <simpleType>
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="sequential"/>
     <enumeration value="parallel"/>
   </restriction>
 </simpleType>