Uses of Enum
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.ErrorResponse.ErrorType
Package
Description
-
Uses of ErrorResponse.ErrorType in org.openehealth.ipf.commons.ihe.hpd
ModifierConstructorDescriptionHpdException
(Exception exception, ErrorResponse.ErrorType type) HpdException
(String message, ErrorResponse.ErrorType type) -
Uses of ErrorResponse.ErrorType in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Modifier and TypeMethodDescriptionstatic ErrorResponse.ErrorType
ErrorResponse.getType()
Gets the value of the type property.static ErrorResponse.ErrorType
Returns the enum constant of this type with the specified name.static ErrorResponse.ErrorType[]
ErrorResponse.ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ErrorResponse.setType
(ErrorResponse.ErrorType value) Sets the value of the type property.