Uses of Enum Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.ErrorResponse.ErrorType
Packages that use ErrorResponse.ErrorType
Package
Description
-
Uses of ErrorResponse.ErrorType in org.openehealth.ipf.commons.ihe.hpd
Methods in org.openehealth.ipf.commons.ihe.hpd that return ErrorResponse.ErrorTypeConstructors in org.openehealth.ipf.commons.ihe.hpd with parameters of type ErrorResponse.ErrorTypeModifierConstructorDescriptionHpdException
(Exception exception, ErrorResponse.ErrorType type) HpdException
(String message, ErrorResponse.ErrorType type) -
Uses of ErrorResponse.ErrorType in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as ErrorResponse.ErrorTypeMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return ErrorResponse.ErrorTypeModifier and TypeMethodDescriptionstatic ErrorResponse.ErrorType
ErrorResponse.getType()
Gets the value of the type property.static ErrorResponse.ErrorType
Returns the enum constant of this class with the specified name.static ErrorResponse.ErrorType[]
ErrorResponse.ErrorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type ErrorResponse.ErrorTypeModifier and TypeMethodDescriptionvoid
ErrorResponse.setType
(ErrorResponse.ErrorType value) Sets the value of the type property.