Uses of Enum Class
org.openehealth.ipf.commons.ihe.xds.core.responses.Severity
Packages that use Severity
Package
Description
-
Uses of Severity in org.openehealth.ipf.commons.ihe.xds.core
Methods in org.openehealth.ipf.commons.ihe.xds.core that return SeverityConstructors in org.openehealth.ipf.commons.ihe.xds.core with parameters of type SeverityModifierConstructorDescriptionXdsRuntimeException
(ErrorCode errorCode, String codeContext, Severity severity, String location) -
Uses of Severity in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return SeverityMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml with parameters of type Severity -
Uses of Severity in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return SeverityMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with parameters of type Severity -
Uses of Severity in org.openehealth.ipf.commons.ihe.xds.core.responses
Methods in org.openehealth.ipf.commons.ihe.xds.core.responses that return SeverityModifier and TypeMethodDescriptionErrorInfo.getSeverity()
static Severity
Returns the enum constant of this class with the specified name.static Severity
Severity.valueOfOpcode30
(String opcode30) Returns the severity that is represented by the given opcode.static Severity[]
Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.xds.core.responses with parameters of type SeverityModifier and TypeMethodDescriptionstatic String
Severity.getOpcode30
(Severity severity) null
-safe version ofgetOpcode30()
.void
ErrorInfo.setSeverity
(Severity severity) Constructors in org.openehealth.ipf.commons.ihe.xds.core.responses with parameters of type Severity