Uses of Enum
org.hl7.fhir.dstu3.model.OperationOutcome.IssueType
-
Uses of OperationOutcome.IssueType in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration
<OperationOutcome.IssueType> OperationOutcome.OperationOutcomeIssueComponent.code
Describes the type of the issue.Modifier and TypeMethodDescriptionstatic OperationOutcome.IssueType
OperationOutcome.OperationOutcomeIssueComponent.getCode()
static OperationOutcome.IssueType
Returns the enum constant of this type with the specified name.static OperationOutcome.IssueType[]
OperationOutcome.IssueType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionOperationOutcome.IssueTypeEnumFactory.fromType
(PrimitiveType<?> code) OperationOutcome.OperationOutcomeIssueComponent.getCodeElement()
Modifier and TypeMethodDescriptionOperationOutcome.OperationOutcomeIssueComponent.setCode
(OperationOutcome.IssueType value) OperationOutcome.IssueTypeEnumFactory.toCode
(OperationOutcome.IssueType code) OperationOutcome.IssueTypeEnumFactory.toSystem
(OperationOutcome.IssueType code) Modifier and TypeMethodDescriptionOperationOutcome.OperationOutcomeIssueComponent.setCodeElement
(Enumeration<OperationOutcome.IssueType> value)