Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchRequest.RequestResponseOrder
-
Packages that use BatchRequest.RequestResponseOrder Package Description org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
Uses of BatchRequest.RequestResponseOrder in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as BatchRequest.RequestResponseOrder Modifier and Type Field Description protected BatchRequest.RequestResponseOrderBatchRequest. responseOrderMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return BatchRequest.RequestResponseOrder Modifier and Type Method Description static BatchRequest.RequestResponseOrderBatchRequest.RequestResponseOrder. fromValue(String v)BatchRequest.RequestResponseOrderBatchRequest. getResponseOrder()Gets the value of the responseOrder property.static BatchRequest.RequestResponseOrderBatchRequest.RequestResponseOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchRequest.RequestResponseOrder[]BatchRequest.RequestResponseOrder. 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.RequestResponseOrder Modifier and Type Method Description voidBatchRequest. setResponseOrder(BatchRequest.RequestResponseOrder value)Sets the value of the responseOrder property.
-