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