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