Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.ErrorResponse.ErrorType
-
Packages that use ErrorResponse.ErrorType Package Description org.openehealth.ipf.commons.ihe.hpd org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
Uses of ErrorResponse.ErrorType in org.openehealth.ipf.commons.ihe.hpd
Methods in org.openehealth.ipf.commons.ihe.hpd that return ErrorResponse.ErrorType Modifier and Type Method Description ErrorResponse.ErrorTypeHpdException. getType()Constructors in org.openehealth.ipf.commons.ihe.hpd with parameters of type ErrorResponse.ErrorType Constructor Description HpdException(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.ErrorType Modifier and Type Field Description protected ErrorResponse.ErrorTypeErrorResponse. typeMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return ErrorResponse.ErrorType Modifier and Type Method Description static ErrorResponse.ErrorTypeErrorResponse.ErrorType. fromValue(String v)ErrorResponse.ErrorTypeErrorResponse. getType()Gets the value of the type property.static ErrorResponse.ErrorTypeErrorResponse.ErrorType. valueOf(String name)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.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type ErrorResponse.ErrorType Modifier and Type Method Description voidErrorResponse. setType(ErrorResponse.ErrorType value)Sets the value of the type property.
-