public static class OperationOutcome.IssueTypeEnumFactory extends Object implements EnumFactory<OperationOutcome.IssueType>
| Constructor and Description |
|---|
IssueTypeEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
OperationOutcome.IssueType |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
Enumeration<OperationOutcome.IssueType> |
fromType(Base code) |
String |
toCode(OperationOutcome.IssueType code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(OperationOutcome.IssueType code)
Get the system URI for an enumerated value
|
public IssueTypeEnumFactory()
public OperationOutcome.IssueType fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<OperationOutcome.IssueType>fromCode in interface EnumFactory<OperationOutcome.IssueType>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<OperationOutcome.IssueType> fromType(Base code) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String toCode(OperationOutcome.IssueType code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<OperationOutcome.IssueType>toCode in interface EnumFactory<OperationOutcome.IssueType>code - - the enumeration valuepublic String toSystem(OperationOutcome.IssueType code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<OperationOutcome.IssueType>toSystem in interface EnumFactory<OperationOutcome.IssueType>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.